diff options
| author | Lokathor <zefria@gmail.com> | 2020-07-18 23:01:01 -0600 |
|---|---|---|
| committer | Lokathor <zefria@gmail.com> | 2020-07-18 23:01:01 -0600 |
| commit | ec9c8d81f65cf4a1d8ce720bfe06b8312903f845 (patch) | |
| tree | fdaae03000ea7440d48336559f007b798f015839 | |
| parent | 4c8e62b43313136d41a55340032ba02a81ac941c (diff) | |
| download | rust-ec9c8d81f65cf4a1d8ce720bfe06b8312903f845.tar.gz rust-ec9c8d81f65cf4a1d8ce720bfe06b8312903f845.zip | |
remove unused imports
| -rw-r--r-- | src/librustc_target/spec/thumbv4t_none_eabi.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_target/spec/thumbv4t_none_eabi.rs b/src/librustc_target/spec/thumbv4t_none_eabi.rs index 1e55efbb59f..31417b01547 100644 --- a/src/librustc_target/spec/thumbv4t_none_eabi.rs +++ b/src/librustc_target/spec/thumbv4t_none_eabi.rs @@ -8,7 +8,7 @@ //! //! **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. -use crate::spec::{LinkerFlavor, PanicStrategy, RelocModel, Target, TargetOptions, TargetResult}; +use crate::spec::{LinkerFlavor, Target, TargetOptions, TargetResult}; pub fn target() -> TargetResult { Ok(Target { |
