We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fb55de + 0ffbdf2 commit a92b063Copy full SHA for a92b063
src/mut_mut.rs
@@ -2,7 +2,7 @@ use syntax::ptr::P;
2
use syntax::ast::*;
3
use rustc::lint::{Context, LintPass, LintArray, Lint};
4
use rustc::middle::ty::{expr_ty, TypeVariants, mt, TyRef};
5
-use syntax::codemap::{BytePos, ExpnInfo, MacroFormat, Span};
+use syntax::codemap::{BytePos, ExpnInfo, Span};
6
use utils::in_macro;
7
8
declare_lint!(pub MUT_MUT, Warn,
0 commit comments