Skip to content

Commit 66a3d68

Browse files
committed
fix the imports.
1 parent 72fa7f8 commit 66a3d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_target/spec/thumbv4t_nintendo_gba.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//!
88
//! **Important:** This target profile **does not** specify a linker script or the ROM header. You'll still need to provide these yourself to construct a final binary. Generally you'd do this with something like `-Clink-arg=-Tmy_script.ld` and `-Clink-arg=my_crt.o`.
99
10-
use crate::spec::{LinkerFlavor, LldFlavor, Target, TargetOptions, TargetResult};
10+
use crate::spec::{LinkerFlavor, PanicStrategy, RelocModel, Target, TargetOptions, TargetResult};
1111

1212
pub fn target() -> TargetResult {
1313
Ok(Target {

0 commit comments

Comments
 (0)