Merge pull request #102 from zmbush/master
Fix build with rustc 1.2.0-nightly (20d23d8e5
2015-06-18)
This commit is contained in:
commit
a92b063727
@ -2,7 +2,7 @@ use syntax::ptr::P;
|
||||
use syntax::ast::*;
|
||||
use rustc::lint::{Context, LintPass, LintArray, Lint};
|
||||
use rustc::middle::ty::{expr_ty, TypeVariants, mt, TyRef};
|
||||
use syntax::codemap::{BytePos, ExpnInfo, MacroFormat, Span};
|
||||
use syntax::codemap::{BytePos, ExpnInfo, Span};
|
||||
use utils::in_macro;
|
||||
|
||||
declare_lint!(pub MUT_MUT, Warn,
|
||||
|
Loading…
Reference in New Issue
Block a user