Skip to content

Commit ff0910a

Browse files
committed
clippy
1 parent bfa2bfa commit ff0910a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/src/bin/miri.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ fn make_miri_codegen_backend(opts: &Options, target: &Target) -> Box<dyn Codegen
181181
// Use the target_config method of the default codegen backend (eg LLVM) to ensure the
182182
// calculated target features match said backend by respecting eg -Ctarget-cpu.
183183
let target_config_backend =
184-
rustc_interface::util::get_codegen_backend(&early_dcx, &opts.sysroot, None, &target);
184+
rustc_interface::util::get_codegen_backend(&early_dcx, &opts.sysroot, None, target);
185185
let target_config_backend_init = Once::new();
186186

187187
Box::new(DummyCodegenBackend {

0 commit comments

Comments
 (0)