We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6995c1 commit f25f245Copy full SHA for f25f245
xtask/src/archive.rs
@@ -50,7 +50,7 @@ impl Archive {
50
.collect::<String>();
51
52
let rename_path = archive.with_extension("redefine-syms");
53
- sh.write_file(&rename_path, &symbol_renames)?;
+ sh.write_file(&rename_path, symbol_renames)?;
54
55
let objcopy = binutil("objcopy")?;
56
cmd!(sh, "{objcopy} --prefix-symbols={prefix}_ {archive}").run()?;
0 commit comments