Browse Source

feat: remove alloc

YdrMaster 2 years ago
parent
commit
118ca4cb8d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/lib.rs

+ 0 - 2
src/lib.rs

@@ -160,8 +160,6 @@
 #![feature(ptr_metadata)]
 #![deny(warnings)] // cancel this line for developing
 
-extern crate alloc;
-
 #[doc(hidden)]
 #[macro_use]
 pub mod legacy_stdio;