mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 21:42:23 -05:00
Add missing semicolon
This commit is contained in:
parent
ed0fcf8e3d
commit
1f2029ae55
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue