Merge pull request #102 from zmbush/master

Fix build with rustc 1.2.0-nightly (20d23d8e5 2015-06-18)
This commit is contained in:
llogiq 2015-06-19 05:56:43 +02:00
commit a92b063727

View File

@ -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,