Skip to content

Commit 64dedc1

Browse files
committed
Add allow(incomplete_features) to alloc
1 parent 4e10427 commit 64dedc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: 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)