Skip to content

Commit

Permalink
Add allow(incomplete_features) to alloc
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Mar 6, 2025
1 parent 42b8b13 commit 5a6d00c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/alloc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
//! [`Rc`]: rc
//! [`RefCell`]: core::cell
#![allow(incomplete_features)]
#![allow(unused_attributes)]
#![stable(feature = "alloc", since = "1.36.0")]
#![doc(
Expand Down

0 comments on commit 5a6d00c

Please sign in to comment.