Remove alloc::prelude
As per the libs team decision in #58935. Closes #58935
This commit is contained in:
parent
0134088cd2
commit
44cce7a4c8
@ -1,10 +1,10 @@
|
||||
#![feature(start, core_intrinsics, alloc_prelude, alloc_error_handler, box_syntax)]
|
||||
#![feature(start, core_intrinsics, alloc_error_handler, box_syntax)]
|
||||
#![no_std]
|
||||
|
||||
extern crate alloc;
|
||||
extern crate alloc_system;
|
||||
|
||||
use alloc::prelude::v1::*;
|
||||
use alloc::boxed::Box;
|
||||
|
||||
use alloc_system::System;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user