about summary refs log tree commit diff
path: root/compiler
diff options
context:
space:
mode:
authorLokathor <zefria@gmail.com>2022-07-28 10:58:42 -0600
committerGitHub <noreply@github.com>2022-07-28 10:58:42 -0600
commit2eac6f30c8a1cd59dc640bf68bc58eb7fe656d61 (patch)
tree7b206d780149a0cde6ef193e6d13365f3fdd9ea0 /compiler
parent9cf5b2d81c9641ebf06cd9d0652cec92b5692916 (diff)
downloadrust-2eac6f30c8a1cd59dc640bf68bc58eb7fe656d61.tar.gz
rust-2eac6f30c8a1cd59dc640bf68bc58eb7fe656d61.zip
once again tidy was unhappy
Diffstat (limited to 'compiler')
-rw-r--r--compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs b/compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs
index 8fed1b58eba..7125d141af7 100644
--- a/compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs
+++ b/compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs
@@ -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 {