Skip to content

Commit ffd5fc4

Browse files
committed
Fix nightly clippy::uninlined_format_args
1 parent 2bd181a commit ffd5fc4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ fn main() {
1515
// Rename underscore-prefixed symbols (produced by rust code) to
1616
// unprefixed symbols (manipulated by our version file).
1717
println!(
18-
"cargo:rustc-cdylib-link-arg=-Wl,--defsym={}=_{}",
19-
symbol, symbol
18+
"cargo:rustc-cdylib-link-arg=-Wl,--defsym={symbol}=_{symbol}",
2019
);
2120
}
2221
}

0 commit comments

Comments
 (0)