From f868247e5de24348e812df7cd324b26e5f8ceda0 Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Wed, 12 Jan 2022 01:46:31 +0000 Subject: Fix cortex-m-rt compiletest tests --- cortex-m-rt/tests/compile-fail/non-static-resource.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'cortex-m-rt/tests/compile-fail/non-static-resource.rs') 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; -- cgit v1.2.3