Rustup to rust-lang/rust#67707
This commit is contained in:
parent
3036b0e6d5
commit
9086b17e14
31 changed files with 36 additions and 36 deletions
|
@ -5,10 +5,10 @@ use rustc::impl_lint_pass;
|
|||
use rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
|
||||
use rustc_data_structures::fx::FxHashSet;
|
||||
use rustc_session::declare_tool_lint;
|
||||
use rustc_span::Pos;
|
||||
use std::ops::Range;
|
||||
use syntax::ast::{AttrKind, Attribute};
|
||||
use syntax::source_map::{BytePos, MultiSpan, Span};
|
||||
use syntax_pos::Pos;
|
||||
use url::Url;
|
||||
|
||||
declare_clippy_lint! {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue