impl Hasher for {&mut Hasher, Box<Hasher>}

This commit is contained in:
kennytm
2017-08-21 22:15:02 +08:00
parent 3cb24bd37b
commit 0bbe468271
5 changed files with 117 additions and 2 deletions

View File

@@ -121,7 +121,7 @@
#![feature(unsize)]
#![feature(allocator_internals)]
#![cfg_attr(not(test), feature(fused, fn_traits, placement_new_protocol, swap_with_slice))]
#![cfg_attr(not(test), feature(fused, fn_traits, placement_new_protocol, swap_with_slice, i128))]
#![cfg_attr(test, feature(test, box_heap))]
// Allow testing this library