Skip to content

Commit 64be324

Browse files
authored
Update README.md
Remove `--all` flag from the typical example.
1 parent 1e04b5e commit 64be324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ before_script:
138138
script:
139139
- cargo build
140140
- cargo test
141-
- cargo fmt --all -- --check
141+
- cargo fmt -- --check
142142
```
143143
144144
See [this blog post](https://medium.com/@ag_dubs/enforcing-style-in-ci-for-rust-projects-18f6b09ec69d)

0 commit comments

Comments
 (0)