chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8b97f4
)
drop an unneeded allow
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 11 Jul 2020 22:45:52 +0000
(23:45 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 11 Jul 2020 22:45:52 +0000
(23:45 +0100)
src/global.rs
patch
|
blob
|
history
diff --git
a/src/global.rs
b/src/global.rs
index 483bc3f1e3ee4f0ca3b455b6c1c9c1ecaff66625..2413302c3d1aea8cce88c39d64f60692502f2189 100644
(file)
--- a/
src/global.rs
+++ b/
src/global.rs
@@
-1,6
+1,4
@@
-#![allow(dead_code)]
-
use crate::imports::*;
use lazy_static::lazy_static;