std: use siphash-1-3 for HashMap

This commit is contained in:
Sean McArthur
2016-06-21 14:27:15 -07:00
parent 59152a45af
commit db1b1919ba
6 changed files with 339 additions and 80 deletions

View File

@@ -255,6 +255,7 @@
#![feature(reflect_marker)]
#![feature(rustc_attrs)]
#![feature(shared)]
#![feature(sip_hash_13)]
#![feature(slice_bytes)]
#![feature(slice_concat_ext)]
#![feature(slice_patterns)]