Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530)
fixes #294
This commit is contained in:
parent
5b7ec55fc2
commit
eca185438b
27 changed files with 66 additions and 57 deletions
|
|
@ -1,10 +1,11 @@
|
|||
use rustc::lint::*;
|
||||
use syntax::ptr::P;
|
||||
use syntax::ast::*;
|
||||
use syntax::ast_util::{is_comparison_binop, binop_to_string};
|
||||
use rustc_front::hir::*;
|
||||
use reexport::*;
|
||||
use rustc_front::util::{is_comparison_binop, binop_to_string};
|
||||
use syntax::codemap::{Span, Spanned};
|
||||
use syntax::visit::FnKind;
|
||||
use rustc::ast_map::Node::*;
|
||||
use rustc_front::visit::FnKind;
|
||||
use rustc::front::map::Node::*;
|
||||
use rustc::middle::ty;
|
||||
|
||||
use utils::{match_path, snippet, span_lint, walk_ptrs_ty};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue