Remove the deprecated core::raw
and std::raw
module.
This commit is contained in:
parent
cd48e61c5d
commit
0d1919c7ab
8 changed files with 15 additions and 146 deletions
|
@ -303,7 +303,6 @@
|
|||
#![feature(pin_static_ref)]
|
||||
#![feature(prelude_import)]
|
||||
#![feature(ptr_internals)]
|
||||
#![feature(raw)]
|
||||
#![feature(ready_macro)]
|
||||
#![feature(rustc_attrs)]
|
||||
#![feature(rustc_private)]
|
||||
|
@ -455,9 +454,6 @@ pub use core::pin;
|
|||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use core::ptr;
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
#[allow(deprecated, deprecated_in_future)]
|
||||
pub use core::raw;
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use core::result;
|
||||
#[unstable(feature = "async_stream", issue = "79024")]
|
||||
pub use core::stream;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue