compiler: remove rustc_target reexport of rustc_abi::HashStableContext
The last public reexport of rustc_abi in rustc_target is finally gone.
This commit is contained in:
parent
d9c7abba55
commit
038c183d5f
6 changed files with 5 additions and 9 deletions
|
@ -30,7 +30,7 @@ pub mod target_features;
|
|||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
pub use rustc_abi::HashStableContext;
|
||||
use rustc_abi::HashStableContext;
|
||||
|
||||
/// The name of rustc's own place to organize libraries.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue