Simplify use crate::rustc_foo::bar
occurrences.
They can just be written as `use rustc_foo::bar`, which is far more standard. (I didn't even know that a `crate::` prefix was valid.)
This commit is contained in:
parent
9c9b568792
commit
b68b92041c
14 changed files with 18 additions and 26 deletions
|
@ -1,7 +1,7 @@
|
|||
use crate::rustc_middle::ty::util::IntTypeExt;
|
||||
use rustc_data_structures::fx::FxHashMap;
|
||||
use rustc_middle::mir::interpret::AllocId;
|
||||
use rustc_middle::mir::*;
|
||||
use rustc_middle::ty::util::IntTypeExt;
|
||||
use rustc_middle::ty::{self, AdtDef, ParamEnv, Ty, TyCtxt};
|
||||
use rustc_session::Session;
|
||||
use rustc_target::abi::{HasDataLayout, Size, TagEncoding, Variants};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue