Skip to content

Commit 28beb7c

Browse files
committed
Add allow(incomplete_features) to alloc
1 parent d4d4439 commit 28beb7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/alloc/src/lib.rs

Lines changed: 1 addition & 0 deletions
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)