Remove extern crate rustc_session
from rustc_lint
.
This commit is contained in:
parent
6ce258f657
commit
e6b3e20243
28 changed files with 27 additions and 2 deletions
|
@ -16,6 +16,7 @@ use rustc_hir::def_id::DefId;
|
|||
use rustc_infer::traits::util::elaborate;
|
||||
use rustc_middle::ty::adjustment;
|
||||
use rustc_middle::ty::{self, Ty};
|
||||
use rustc_session::{declare_lint, declare_lint_pass, impl_lint_pass};
|
||||
use rustc_span::symbol::Symbol;
|
||||
use rustc_span::symbol::{kw, sym};
|
||||
use rustc_span::{BytePos, Span};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue