mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-03 01:09:18 +00:00
Update intro1.rs
J'ai ajouté un (;) au dernier pintln!
This commit is contained in:
parent
d140d49b61
commit
5b4064ac28
@ -37,5 +37,5 @@ fn main() {
|
||||
println!(
|
||||
"If you want to use rust-analyzer, Rust's LSP implementation, make sure your editor is set"
|
||||
);
|
||||
println!("up, and then run `rustlings lsp` before continuing.")
|
||||
println!("up, and then run `rustlings lsp` before continuing.");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user