We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113b20b commit 68fb8ffCopy full SHA for 68fb8ff
src/main.rs
@@ -89,7 +89,7 @@ fn main() {
89
check_dmi(dmi, path, &mut error_count, args.actions_fmt);
90
}
91
92
- println!("Complete, {} duplicates found.", error_count);
+ println!("Complete, {error_count} duplicates found.");
93
94
if !args.donterror {
95
std::process::exit(error_count);
0 commit comments