Skip to content

Commit 611107a

Browse files
Formatting fix
1 parent 9413469 commit 611107a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

compiler/rustc_target/src/spec/mipsel_sony_psp.rs

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ const LINKER_SCRIPT: &str = include_str!("./mipsel_sony_psp_linker_script.ld");
66

77
pub fn target() -> Target {
88
let mut pre_link_args = LinkArgs::new();
9-
pre_link_args.insert(
10-
LinkerFlavor::Lld(LldFlavor::Ld),
11-
vec!["--emit-relocs".into(), "--nmagic".into()],
12-
);
9+
pre_link_args
10+
.insert(LinkerFlavor::Lld(LldFlavor::Ld), vec!["--emit-relocs".into(), "--nmagic".into()]);
1311

1412
Target {
1513
llvm_target: "mipsel-sony-psp".into(),

0 commit comments

Comments
 (0)