Rustup to rust-lang/rust#66878
This commit is contained in:
parent
c66cca44c8
commit
98e433d70d
154 changed files with 308 additions and 151 deletions
|
@ -2,9 +2,10 @@ use crate::utils::span_lint;
|
|||
use itertools::Itertools;
|
||||
use pulldown_cmark;
|
||||
use rustc::hir;
|
||||
use rustc::impl_lint_pass;
|
||||
use rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
|
||||
use rustc::{declare_tool_lint, impl_lint_pass};
|
||||
use rustc_data_structures::fx::FxHashSet;
|
||||
use rustc_session::declare_tool_lint;
|
||||
use std::ops::Range;
|
||||
use syntax::ast::{AttrKind, Attribute};
|
||||
use syntax::source_map::{BytePos, Span};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue