diff --git a/examples/allocator.rs b/examples/allocator.rs index 4e51944..7ebf962 100644 --- a/examples/allocator.rs +++ b/examples/allocator.rs @@ -29,7 +29,6 @@ #![feature(used)] #![feature(global_allocator)] #![no_std] -#[allow(deprecated)] // This is the allocator crate; you can use a different one extern crate alloc_cortex_m;