Merge pull request #52 from cakebaker/clippy_fix_warnings

clippy: fix warnings from `uninlined_format_args`
This commit is contained in:
Sylvestre Ledru
2025-08-23 09:11:12 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -25,5 +25,5 @@ fn main() {
},
);
println!("{}", grid);
println!("{grid}");
}
+1 -1
View File
@@ -28,5 +28,5 @@ fn main() {
},
);
println!("{}", grid);
println!("{grid}");
}
+1 -1
View File
@@ -204,7 +204,7 @@ fn possible_underflow() {
},
);
println!("{}", grid);
println!("{grid}");
}
#[test]