Rustup to rustc 1.30.0-nightly (23f09bbed
2018-08-14)
This commit is contained in:
parent
84aa49935d
commit
bac76afb5a
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@ use rustc::hir::*;
|
|||
use rustc::hir::intravisit::*;
|
||||
use syntax::ast::{LitKind, NodeId, DUMMY_NODE_ID};
|
||||
use syntax::codemap::{dummy_spanned, Span, DUMMY_SP};
|
||||
use syntax::util::ThinVec;
|
||||
use rustc_data_structures::thin_vec::ThinVec;
|
||||
use crate::utils::{in_macro, paths, match_type, snippet_opt, span_lint_and_then, SpanlessEq, get_trait_def_id, implements_trait};
|
||||
|
||||
/// **What it does:** Checks for boolean expressions that can be written more
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue