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
|
@ -6,6 +6,7 @@ use crate::{EarlyContext, EarlyLintPass, LintContext};
|
|||
use rustc_ast as ast;
|
||||
use rustc_data_structures::fx::FxIndexMap;
|
||||
use rustc_data_structures::unord::UnordMap;
|
||||
use rustc_session::{declare_lint, declare_lint_pass};
|
||||
use rustc_span::symbol::Symbol;
|
||||
use unicode_security::general_security_profile::IdentifierType;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue