Browse Source

Update lib.rs (#11)

GnoCiYeH 1 year ago
parent
commit
af10011f6c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib.rs

+ 1 - 0
src/lib.rs

@@ -84,6 +84,7 @@
 #![feature(panic_info_message)]
 #![feature(panic_can_unwind)]
 #![feature(const_mut_refs)]
+#![feature(const_hash)]
 
 #[macro_use]
 extern crate alloc;