We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 830d32b + 0e73d06 commit c83bb71Copy full SHA for c83bb71
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