We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9edb19 commit bc564b0Copy full SHA for bc564b0
build.rs
@@ -9,7 +9,7 @@ fn main() {
9
}
10
res.compile()
11
.map_err(|e| {
12
- println!("cargo:warning=Failed to compile Windows resources: {}", e);
+ println!("cargo:warning=Failed to compile Windows resources: {e}");
13
})
14
.ok();
15
0 commit comments