]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_target/spec/armv7r_none_eabihf.rs
rustc_target: Remove some useless imports
[rust.git] / src / librustc_target / spec / armv7r_none_eabihf.rs
index 6363469d9292590c144b7fa6e26b5061d5b70c95..340090fd43b7c9ff29d0be1f9c700e752a817a45 100644 (file)
@@ -1,7 +1,6 @@
 // Targets the Little-endian Cortex-R4F/R5F processor (ARMv7-R)
 
 use crate::spec::{LinkerFlavor, LldFlavor, PanicStrategy, Target, TargetOptions, TargetResult};
-use std::default::Default;
 
 pub fn target() -> TargetResult {
     Ok(Target {