diff options
| author | Urgau <urgau@numericable.fr> | 2024-06-19 21:23:40 +0200 |
|---|---|---|
| committer | Urgau <urgau@numericable.fr> | 2024-07-11 16:51:16 +0200 |
| commit | 977439d9b8c6f42cdccb40dab94f7328cfa9d022 (patch) | |
| tree | 6e3c6ce775f599c7aed87d9c997ea8385b6152f9 /compiler/rustc_data_structures/src/lib.rs | |
| parent | 0c81f94b9a6207fb1fc080caa83584dea2d71fc6 (diff) | |
| download | rust-977439d9b8c6f42cdccb40dab94f7328cfa9d022.tar.gz rust-977439d9b8c6f42cdccb40dab94f7328cfa9d022.zip | |
Use uplifted `rustc-stable-hash` crate in `rustc_data_structures`
Diffstat (limited to 'compiler/rustc_data_structures/src/lib.rs')
| -rw-r--r-- | compiler/rustc_data_structures/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs index 356ddf014be..3f18b036940 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -24,7 +24,6 @@ #![feature(core_intrinsics)] #![feature(extend_one)] #![feature(hash_raw_entry)] -#![feature(hasher_prefixfree_extras)] #![feature(macro_metavar_expr)] #![feature(map_try_insert)] #![feature(min_specialization)] @@ -67,7 +66,6 @@ pub mod owned_slice; pub mod packed; pub mod profiling; pub mod sharded; -pub mod sip128; pub mod small_c_str; pub mod snapshot_map; pub mod sorted_map; |
