diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-03-17 11:07:50 +0100 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-03-17 13:04:13 +0100 |
| commit | 89ecb0d5424f4eb72de70c0b7b0c3fb819273728 (patch) | |
| tree | b171b3c20942a20dca222c90080d4888d7b5619e /src/libcore/tests | |
| parent | c5f020a64014d461ce997ea6e2e801f17aa44b08 (diff) | |
| download | rust-89ecb0d5424f4eb72de70c0b7b0c3fb819273728.tar.gz rust-89ecb0d5424f4eb72de70c0b7b0c3fb819273728.zip | |
Mark deprecated unstable SipHasher13 as a doc-hidden impl detail of HashMap.
It stays in libcore rather than being private in HashMap’s module because it shares code with the deprecated *stable* `SipHasher` type.
Diffstat (limited to 'src/libcore/tests')
| -rw-r--r-- | src/libcore/tests/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/tests/lib.rs b/src/libcore/tests/lib.rs index e53964b5769..1c876fa0bd7 100644 --- a/src/libcore/tests/lib.rs +++ b/src/libcore/tests/lib.rs @@ -21,6 +21,7 @@ #![feature(fixed_size_array)] #![feature(flt2dec)] #![feature(fmt_internals)] +#![feature(hashmap_internals)] #![feature(iterator_step_by)] #![feature(i128_type)] #![cfg_attr(stage0, feature(inclusive_range_syntax))] @@ -35,7 +36,6 @@ #![feature(range_is_empty)] #![feature(raw)] #![feature(refcell_replace_swap)] -#![feature(sip_hash_13)] #![feature(slice_patterns)] #![feature(sort_internals)] #![feature(specialization)] |
