1
Fork 0

s/deprecated_in_future/deprecated/

This commit is contained in:
David Tolnay 2021-04-14 18:44:22 -07:00 committed by GitHub
parent b80a96c286
commit 28efb22745
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;