Skip to content

Commit 5a6d00c

Browse files
committed
Add allow(incomplete_features) to alloc
1 parent 42b8b13 commit 5a6d00c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: library/alloc/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
//! [`Rc`]: rc
5757
//! [`RefCell`]: core::cell
5858
59+
#![allow(incomplete_features)]
5960
#![allow(unused_attributes)]
6061
#![stable(feature = "alloc", since = "1.36.0")]
6162
#![doc(

0 commit comments

Comments
 (0)