Skip to content

Commit 2eac6f3

Browse files
authored
once again tidy was unhappy
1 parent 9cf5b2d commit 2eac6f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
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, FramePointer, PanicStrategy, RelocModel, Target, TargetOptions};
19+
use crate::spec::{
20+
cvs, FramePointer, LinkerFlavor, PanicStrategy, RelocModel, Target, TargetOptions,
21+
};
2022

2123
pub fn target() -> Target {
2224
Target {

0 commit comments

Comments
 (0)