Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make clippy happy
  • Loading branch information
arihant2math authored Jun 28, 2025
commit bc564b063f6546e9d3f97b3dd7db43d640cabbe2
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fn main() {
}
res.compile()
.map_err(|e| {
println!("cargo:warning=Failed to compile Windows resources: {}", e);
println!("cargo:warning=Failed to compile Windows resources: {e}");
})
.ok();
}
Expand Down
Loading