Update intro1.rs

J'ai ajouté un (;) au dernier pintln!
This commit is contained in:
Medinand PANDI 2024-06-06 05:59:07 +02:00 committed by GitHub
parent d140d49b61
commit 5b4064ac28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.");
}