From 46c97c6cee7de28c721190872f553383aa96b948 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 26 Feb 2018 21:49:45 +0100 Subject: [PATCH] remove unused #[allow] --- examples/allocator.rs | 1 - 1 file changed, 1 deletion(-) 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;