diff options
| author | bors <bors@rust-lang.org> | 2018-04-26 16:00:48 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-04-26 16:00:48 +0000 |
| commit | 949010d23e9f7037a8e6f323588873b3d2438fb1 (patch) | |
| tree | 5fc47e5862bd70b8728e6eb204c815f007c8dcad /src/librustc_data_structures/lib.rs | |
| parent | 88cd36714c6d62393f18d8efa2ea2724e1ec4a9d (diff) | |
| parent | a131c518ad640ccd12711ccd63d8b98cafa55ee9 (diff) | |
| download | rust-949010d23e9f7037a8e6f323588873b3d2438fb1.tar.gz rust-949010d23e9f7037a8e6f323588873b3d2438fb1.zip | |
Auto merge of #50228 - irinagpopa:backstory-v2, r=nikomatsakis
Rename rustc_back to rustc_target and move ABI code to it. Fixes #45226.
Diffstat (limited to 'src/librustc_data_structures/lib.rs')
| -rw-r--r-- | src/librustc_data_structures/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs index ba1d73dc268..1320fe75bc5 100644 --- a/src/librustc_data_structures/lib.rs +++ b/src/librustc_data_structures/lib.rs @@ -45,6 +45,10 @@ extern crate parking_lot; extern crate cfg_if; extern crate stable_deref_trait; +// See librustc_cratesio_shim/Cargo.toml for a comment explaining this. +#[allow(unused_extern_crates)] +extern crate rustc_cratesio_shim; + pub use rustc_serialize::hex::ToHex; pub mod array_vec; |
