Skip to content

Commit ec9c8d8

Browse files
committed
remove unused imports
1 parent 4c8e62b commit ec9c8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_target/spec/thumbv4t_none_eabi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//!
99
//! **Important:** This target profile **does not** specify a linker script. You just get the default link script when you build a binary for this target. The default link script is very likely wrong, so you should use `-Clink-arg=-Tmy_script.ld` to override that with a correct linker script.
1010
11-
use crate::spec::{LinkerFlavor, PanicStrategy, RelocModel, Target, TargetOptions, TargetResult};
11+
use crate::spec::{LinkerFlavor, Target, TargetOptions, TargetResult};
1212

1313
pub fn target() -> TargetResult {
1414
Ok(Target {

0 commit comments

Comments
 (0)