compiler: Seal off the rustc_target::abi enum glob imports
This commit is contained in:
parent
d92aee556d
commit
43e198a3ae
2 changed files with 8 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
|||
use std::fmt;
|
||||
use std::ops::Deref;
|
||||
|
||||
pub use Float::*;
|
||||
pub use Integer::*;
|
||||
pub use Primitive::*;
|
||||
use Float::*;
|
||||
use Primitive::*;
|
||||
use rustc_data_structures::intern::Interned;
|
||||
use rustc_macros::HashStable_Generic;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue