Skip to content

Commit ebac026

Browse files
authored
docs: replace clippy with clippy fix
1 parent 5894e91 commit ebac026

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
@@ -141,7 +141,7 @@ $ cargo run -- <COMMAND> <ARGS>
141141
- Format and lint code with
142142
```shell
143143
$ cargo fmt
144-
$ cargo clippy
144+
$ cargo clippy --fix
145145
```
146146
- Run tests with
147147
```shell

0 commit comments

Comments
 (0)