We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb95207 commit d4514e0Copy full SHA for d4514e0
src/lib.rs
@@ -1,5 +1,4 @@
1
#![no_std]
2
-#![cfg_attr(all(feature = "alloc", not(feature = "std")), feature(alloc))]
3
4
//! A library that provides a way to logically own objects, whether or not
5
//! heap allocation is available.
0 commit comments