Skip to content

Commit

Permalink
s/deprecated_in_future/deprecated/
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 15, 2021
1 parent b80a96c commit 28efb22
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_in_future)]
#[allow(deprecated)]
pub use core::raw;
#[stable(feature = "rust1", since = "1.0.0")]
pub use core::result;
Expand Down

0 comments on commit 28efb22

Please sign in to comment.