diff options
| author | Alexandre ESSE <alexandre.esse.dev@gmail.com> | 2023-03-31 11:20:30 +0200 |
|---|---|---|
| committer | Alexandre ESSE <alexandre.esse.dev@gmail.com> | 2023-03-31 11:58:15 +0200 |
| commit | d7111cb4a35b34c8e4e910a27ff10facb7efd917 (patch) | |
| tree | 1734c2c9f98895f3a24fb4c823044fedfdfa9ec5 /src | |
| parent | 22bb662d3eb9efd081a5603640628bdeebab97b9 (diff) | |
fix(main.rs): remove trailing spaces
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index 312a0a1..704398e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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!"#; |
