mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
remove unused imports
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user