aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/tests/compile-fail/non-static-resource.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cortex-m-rt/tests/compile-fail/non-static-resource.rs')
-rw-r--r--cortex-m-rt/tests/compile-fail/non-static-resource.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cortex-m-rt/tests/compile-fail/non-static-resource.rs b/cortex-m-rt/tests/compile-fail/non-static-resource.rs
index ae009a9..970bbae 100644
--- a/cortex-m-rt/tests/compile-fail/non-static-resource.rs
+++ b/cortex-m-rt/tests/compile-fail/non-static-resource.rs
@@ -6,7 +6,6 @@
#![no_std]
#![no_main]
-extern crate cortex_m;
extern crate cortex_m_rt;
extern crate panic_halt;