We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af90515 + 54dc39f commit ae23fb2Copy full SHA for ae23fb2
1 file changed
build.rs
@@ -20,7 +20,7 @@ fn main() {
20
"devicemapper{}supported",
21
ver_string.split('.').take(2).collect::<Vec<_>>().join("")
22
);
23
- println!("cargo::rustc-check-cfg=cfg({version_cfg},)");
+ println!("cargo::rustc-check-cfg=cfg({version_cfg})");
24
25
let iter_version = Version::parse(ver_string).expect("Could not parse version");
26
if version >= iter_version {
0 commit comments