Fix some use
items that import more than necessary.
This commit is contained in:
parent
1eddb158f9
commit
4183c08511
3 changed files with 4 additions and 4 deletions
|
@ -47,7 +47,7 @@ pub use rustc_session::lint::RegisteredTools;
|
|||
use rustc_span::hygiene::MacroKind;
|
||||
use rustc_span::{ExpnId, ExpnKind, Ident, Span, Symbol, kw, sym};
|
||||
pub use rustc_type_ir::relate::VarianceDiagInfo;
|
||||
pub use rustc_type_ir::{Movability, Mutability, *};
|
||||
pub use rustc_type_ir::*;
|
||||
use tracing::{debug, instrument};
|
||||
pub use vtable::*;
|
||||
use {rustc_ast as ast, rustc_attr_parsing as attr, rustc_hir as hir};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue