Skip to content

Commit 0d84beb

Browse files
authored
Update readme.md (#4)
1 parent 9f8b12d commit 0d84beb

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

readme.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Configure action on save:
3838

3939
#### Run Configurations
4040

41-
Create several Shell configurations, like:
41+
Optionally create several convenient Shell configurations, like:
4242

4343
- cargo run
4444

@@ -58,6 +58,18 @@ Create several Shell configurations, like:
5858
cargo build --release --no-default-features --color=always
5959
```
6060
61+
- cargo fmt
62+
63+
```
64+
cargo fmt --all --check
65+
```
66+
67+
- cargo clippy
68+
69+
```
70+
cargo clippy --all
71+
```
72+
6173
## Docs and References
6274
6375
- [Tainted Coders](https://taintedcoders.com/)

0 commit comments

Comments
 (0)