Apply Clippy lints

This commit is contained in:
mo8it
2025-05-12 20:31:13 +02:00
parent a063bcfb4c
commit 48bab77609
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
fn main() {
let number = "T-H-R-E-E"; // Don't change this line
println!("Spell a number: {}", number);
println!("Spell a number: {number}");
// TODO: Fix the compiler error by changing the line below without renaming the variable.
number = 3;