1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-11-08 09:09:17 +01:00

Add missing semicolon

This commit is contained in:
mo8it 2024-03-26 17:49:25 +01:00
parent ed0fcf8e3d
commit 1f2029ae55

@ -217,7 +217,7 @@ fn main() {
println!("Failed to write rust-project.json to disk for rust-analyzer");
} else {
println!("Successfully generated rust-project.json");
println!("rust-analyzer will now parse exercises, restart your language server or editor")
println!("rust-analyzer will now parse exercises, restart your language server or editor");
}
}