diff options
-rw-r--r-- | src/lib.rs | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ -#![cfg_attr(feature = "bench", feature(test))] -#![cfg_attr(feature = "gat", feature(generic_associated_types))] -#![cfg_attr(not(feature = "std"), no_std)] +// #![cfg_attr(feature = "bench", feature(test))] +// #![cfg_attr(feature = "gat", feature(generic_associated_types))] +// #![cfg_attr(not(feature = "std"), no_std)] extern crate alloc; |