We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clippy::uninlined_format_args
1 parent 2bd181a commit ffd5fc4Copy full SHA for ffd5fc4
1 file changed
build.rs
@@ -15,8 +15,7 @@ fn main() {
15
// Rename underscore-prefixed symbols (produced by rust code) to
16
// unprefixed symbols (manipulated by our version file).
17
println!(
18
- "cargo:rustc-cdylib-link-arg=-Wl,--defsym={}=_{}",
19
- symbol, symbol
+ "cargo:rustc-cdylib-link-arg=-Wl,--defsym={symbol}=_{symbol}",
20
);
21
}
22
0 commit comments