Skip to content

Commit 68fb8ff

Browse files
committed
dumb clippy
1 parent 113b20b commit 68fb8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ fn main() {
8989
check_dmi(dmi, path, &mut error_count, args.actions_fmt);
9090
}
9191
}
92-
println!("Complete, {} duplicates found.", error_count);
92+
println!("Complete, {error_count} duplicates found.");
9393

9494
if !args.donterror {
9595
std::process::exit(error_count);

0 commit comments

Comments
 (0)