fix(main.rs): remove trailing spaces

This commit is contained in:
Alexandre ESSE 2023-03-31 11:20:30 +02:00
parent 22bb662d3e
commit d7111cb4a3
1 changed files with 2 additions and 2 deletions

View File

@ -433,8 +433,8 @@ started, here's a couple of notes about how Rustlings operates:
4. If an exercise doesn't make sense to you, feel free to open an issue on GitHub!
(https://github.com/rust-lang/rustlings/issues/new). We look at every issue,
and sometimes, other learners do too so you can help each other out!
5. If you want to use `rust-analyzer` with exercises, which provides features like
autocompletion, run the command `rustlings lsp`.
5. If you want to use `rust-analyzer` with exercises, which provides features like
autocompletion, run the command `rustlings lsp`.
Got all that? Great! To get started, run `rustlings watch` in order to get the first
exercise. Make sure to have your editor open!"#;