Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit e9bd80f

Browse files
authored
Requires deprecated *and* deprecated_in_future, depending on what stage is building
1 parent 28efb22 commit e9bd80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ pub use core::pin;
456456
#[stable(feature = "rust1", since = "1.0.0")]
457457
pub use core::ptr;
458458
#[stable(feature = "rust1", since = "1.0.0")]
459-
#[allow(deprecated)]
459+
#[allow(deprecated, deprecated_in_future)]
460460
pub use core::raw;
461461
#[stable(feature = "rust1", since = "1.0.0")]
462462
pub use core::result;

0 commit comments

Comments
 (0)