1
Fork 0
This commit is contained in:
Yuki Okushi 2019-12-31 09:17:56 +09:00
parent 3036b0e6d5
commit 9086b17e14
31 changed files with 36 additions and 36 deletions

View file

@ -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! {