Skip to content

Commit bc564b0

Browse files
authored
Make clippy happy
1 parent e9edb19 commit bc564b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fn main() {
99
}
1010
res.compile()
1111
.map_err(|e| {
12-
println!("cargo:warning=Failed to compile Windows resources: {}", e);
12+
println!("cargo:warning=Failed to compile Windows resources: {e}");
1313
})
1414
.ok();
1515
}

0 commit comments

Comments
 (0)