mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue