Skip to content

Commit f4e444d

Browse files
committed
Fix (new?) warning
1 parent 08a6518 commit f4e444d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/consts.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ fn lit_to_constant(lit: &LitKind) -> Constant {
206206
}
207207

208208
fn constant_not(o: Constant) -> Option<Constant> {
209-
use syntax::ast::LitIntType::*;
210209
use self::Constant::*;
211210
match o {
212211
Bool(b) => Some(Bool(!b)),

0 commit comments

Comments
 (0)