mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-05-13 22:06:28 +02:00
Add missing semicolon
This commit is contained in:
parent
ed0fcf8e3d
commit
1f2029ae55
@ -217,7 +217,7 @@ fn main() {
|
|||||||
println!("Failed to write rust-project.json to disk for rust-analyzer");
|
println!("Failed to write rust-project.json to disk for rust-analyzer");
|
||||||
} else {
|
} else {
|
||||||
println!("Successfully generated rust-project.json");
|
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…
x
Reference in New Issue
Block a user