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 d4d4439 commit 28beb7cCopy full SHA for 28beb7c
library/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