remove unused #[allow]
This commit is contained in:
@@ -29,7 +29,6 @@
|
|||||||
#![feature(used)]
|
#![feature(used)]
|
||||||
#![feature(global_allocator)]
|
#![feature(global_allocator)]
|
||||||
#![no_std]
|
#![no_std]
|
||||||
#[allow(deprecated)]
|
|
||||||
|
|
||||||
// This is the allocator crate; you can use a different one
|
// This is the allocator crate; you can use a different one
|
||||||
extern crate alloc_cortex_m;
|
extern crate alloc_cortex_m;
|
||||||
|
|||||||
Reference in New Issue
Block a user