@@ -32,31 +32,36 @@ You can enter it by entering `l` in the watch mode.
3232It offers the following features:
3333
3434- Browse all exercises and see their state (pending/done).
35- - Filter exercises based on their state (done/ pending).
35+ - Filter exercises based on their state (pending/done ).
3636- Continue at another exercise. This allows you to skip some exercises or go back to previous ones.
37- - Reset an exercise so that you can start over and revert your changes.
37+ - Reset an exercise so you can start over and revert your changes.
3838
3939### Solutions
4040
4141After finishing an exercise, a solution file will be available and Rustlings will show you its path in green.
4242This allows you to compare your solution with an idiomatic solution and maybe learn about other ways to solve a problem.
4343
44+ While writing the solutions, all exercises have been polished 🌟
45+ For example, every exercise now contains ` TODO ` comments to highlight what the user needs to change and where.
46+
4447### LSP support out of the box
4548
46- Instead of creating a ` project.json ` file using ` rustlings lsp ` , Rustlings now works with a ` Cargo.toml ` file.
49+ Instead of creating a ` project.json ` file using ` rustlings lsp ` , Rustlings now works with a ` Cargo.toml ` file out of the box.
50+ No actions are needed to activate the language server ` rust-analyzer ` .
51+
4752This should avoid issues related to the language server or to running exercises, especially the ones with Clippy.
4853
4954### Clippy
5055
51- Clippy lints are now shown on all exercises! 📎
56+ Clippy lints are now shown on all exercises, not only the Clippy exercises 📎
5257Make Clippy your friend from early on 🥰
5358
5459### Third party exercises
5560
5661Rustlings now supports third-party exercises!
5762
5863Do you want to create your own set of Rustlings exercises to focus on some specific topic?
59- Or did you want to translate the original Rustlings exercises?
64+ Or do you want to translate the original Rustlings exercises?
6065Then follow the link to the guide about [ third-party exercises] ( THIRD_PARTY_EXERCISES.md ) !
6166
6267<a name =" 5.6.1 " ></a >
0 commit comments