Rustup to rust-lang/rust#67806
This commit is contained in:
parent
10cf141ebb
commit
39947992b5
153 changed files with 303 additions and 456 deletions
|
@ -1,10 +1,9 @@
|
|||
use crate::utils::{match_type, paths, return_ty, span_lint};
|
||||
use itertools::Itertools;
|
||||
use rustc::impl_lint_pass;
|
||||
use rustc::lint::{in_external_macro, LateContext, LateLintPass, LintArray, LintPass};
|
||||
use rustc::lint::{in_external_macro, LateContext, LateLintPass};
|
||||
use rustc_data_structures::fx::FxHashSet;
|
||||
use rustc_hir as hir;
|
||||
use rustc_session::declare_tool_lint;
|
||||
use rustc_session::{declare_tool_lint, impl_lint_pass};
|
||||
use rustc_span::source_map::{BytePos, MultiSpan, Span};
|
||||
use rustc_span::Pos;
|
||||
use std::ops::Range;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue