Skip to content

Commit 5fbf869

Browse files
committed
[watchos] Remove unused imports in spec
1 parent de13bd3 commit 5fbf869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/x86_64_apple_watchos_sim.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use super::apple_sdk_base::{opts, Arch};
2-
use crate::spec::{StackProbeType, Target, TargetOptions, LinkerFlavor, LldFlavor};
2+
use crate::spec::{StackProbeType, Target, TargetOptions};
33

44
pub fn target() -> Target {
55
let base = opts("watchos", Arch::X86_64);

0 commit comments

Comments
 (0)