Made Sip const Hasher

This commit is contained in:
onestacked
2022-11-06 17:46:38 +01:00
parent 3ea4165a77
commit 5f9899b289
4 changed files with 32 additions and 17 deletions

View File

@@ -314,6 +314,7 @@
#![feature(maybe_uninit_uninit_array)]
#![feature(const_maybe_uninit_uninit_array)]
#![feature(const_waker)]
#![feature(const_hash)]
//
// Library features (alloc):
#![feature(alloc_layout_extra)]