Skip to content

Commit 0e78c73

Browse files
authored
conform to the tidy expectations
1 parent 6c22b44 commit 0e78c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//! The default link script is very likely wrong, so you should use
1717
//! `-Clink-arg=-Tmy_script.ld` to override that with a correct linker script.
1818
19-
use crate::spec::{cvs, LinkerFlavor, Target, TargetOptions, PanicStrategy, RelocModel};
19+
use crate::spec::{cvs, LinkerFlavor, PanicStrategy, RelocModel, Target, TargetOptions};
2020

2121
pub fn target() -> Target {
2222
Target {

0 commit comments

Comments
 (0)