Skip to content

Commit ae23fb2

Browse files
authored
Merge pull request #1030 from mulkieran/emit-expected-cfg-instruction
Omit unnecessary comma
2 parents af90515 + 54dc39f commit ae23fb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fn main() {
2020
"devicemapper{}supported",
2121
ver_string.split('.').take(2).collect::<Vec<_>>().join("")
2222
);
23-
println!("cargo::rustc-check-cfg=cfg({version_cfg},)");
23+
println!("cargo::rustc-check-cfg=cfg({version_cfg})");
2424

2525
let iter_version = Version::parse(ver_string).expect("Could not parse version");
2626
if version >= iter_version {

0 commit comments

Comments
 (0)