We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e10427 commit 64dedc1Copy full SHA for 64dedc1
alloc/src/lib.rs
@@ -56,6 +56,7 @@
56
//! [`Rc`]: rc
57
//! [`RefCell`]: core::cell
58
59
+#![allow(incomplete_features)]
60
#![allow(unused_attributes)]
61
#![stable(feature = "alloc", since = "1.36.0")]
62
#![doc(
0 commit comments