提交 26324d0a 编写于 作者: S Simon Sapin

Remove the unstable alloc::allocator module reexport, deprecated since 1.27

上级 1acbb0a9
......@@ -141,13 +141,6 @@
#[macro_use]
mod macros;
#[rustc_deprecated(since = "1.27.0", reason = "use the heap module in core, alloc, or std instead")]
#[unstable(feature = "allocator_api", issue = "32838")]
/// Use the `alloc` module instead.
pub mod allocator {
pub use alloc::*;
}
// Heaps provided for low-level allocation strategies
pub mod alloc;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册