Add README to the solutions dir

This commit is contained in:
mo8it
2024-08-08 00:41:12 +02:00
parent 97719fe8da
commit 693bb708b2
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ cargo install rustlings
- Fix `rust-analyzer` rebuilding all exercises after changing one file.
- Show a helpful error message when trying to install Rustlings with a Rust version lower than the minimum one that Rustlings supports.
- Remove the state file and the solutions directory from the generated `.gitignore` file.
- Add a `README.md` file to the `solutions/` directory.
- Run the final check of all exercises in parallel.
- Small exercise improvements.
- `dev check`: Check that all solutions are formatted with `rustfmt`.