We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830d32b commit 0e73d06Copy full SHA for 0e73d06
lib.rs
@@ -29,7 +29,6 @@
29
//! Note that this feature requires a nightly compiler (for now).
30
31
#![cfg_attr(not(feature = "std"), no_std)]
32
-#![cfg_attr(not(feature = "std"), feature(alloc))]
33
#![cfg_attr(feature = "union", feature(untagged_unions))]
34
#![cfg_attr(feature = "specialization", feature(specialization))]
35
#![cfg_attr(feature = "may_dangle", feature(dropck_eyepatch))]
0 commit comments