1
Fork 0

Test const Hash, fix nits

This commit is contained in:
onestacked 2022-11-08 17:39:40 +01:00
parent cebce1e616
commit 56e59bcb27
6 changed files with 60 additions and 21 deletions

View file

@ -314,7 +314,6 @@
#![feature(maybe_uninit_uninit_array)]
#![feature(const_maybe_uninit_uninit_array)]
#![feature(const_waker)]
#![feature(const_hash)]
//
// Library features (alloc):
#![feature(alloc_layout_extra)]
@ -353,6 +352,7 @@
//
// Only for const-ness:
#![feature(const_collections_with_hasher)]
#![feature(const_hash)]
#![feature(const_io_structs)]
#![feature(const_ip)]
#![feature(const_ipv4)]