compiler: remove rustc_target::spec::abi reexports
This commit is contained in:
parent
ca193471b5
commit
54ff6e0ad5
8 changed files with 13 additions and 14 deletions
|
@ -57,10 +57,6 @@ use crate::spec::crt_objects::CrtObjects;
|
|||
|
||||
pub mod crt_objects;
|
||||
|
||||
pub mod abi {
|
||||
pub use rustc_abi::{AbiUnsupported, ExternAbi as Abi, all_names, lookup};
|
||||
}
|
||||
|
||||
mod base;
|
||||
mod json;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue