Skip to content

Commit

Permalink
Requires deprecated *and* deprecated_in_future, depending on what sta…
Browse files Browse the repository at this point in the history
…ge is building
  • Loading branch information
dtolnay committed Apr 15, 2021
1 parent 28efb22 commit e9bd80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/lib.rs
Expand Up @@ -456,7 +456,7 @@ pub use core::pin;
#[stable(feature = "rust1", since = "1.0.0")]
pub use core::ptr;
#[stable(feature = "rust1", since = "1.0.0")]
#[allow(deprecated)]
#[allow(deprecated, deprecated_in_future)]
pub use core::raw;
#[stable(feature = "rust1", since = "1.0.0")]
pub use core::result;
Expand Down

0 comments on commit e9bd80f

Please sign in to comment.