Skip to content

Commit

Permalink
once again tidy was unhappy
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor authored Jul 28, 2022
1 parent 9cf5b2d commit 2eac6f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
//! 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.
use crate::spec::{cvs, LinkerFlavor, FramePointer, PanicStrategy, RelocModel, Target, TargetOptions};
use crate::spec::{
cvs, FramePointer, LinkerFlavor, PanicStrategy, RelocModel, Target, TargetOptions,
};

pub fn target() -> Target {
Target {
Expand Down

0 comments on commit 2eac6f3

Please sign in to comment.