CONTRIBUTING: clean up lint and formatting section
Provide a better clippy command for catching all of the crates' targets and features. Includes a small fix to the grammar.
This commit is contained in:
parent
05507f21a9
commit
87347bdfa6
|
|
@ -56,7 +56,7 @@ Always check your code with the linter (`clippy`), by running:
|
||||||
|
|
||||||
$ just lint-rust
|
$ just lint-rust
|
||||||
|
|
||||||
And make sure your code is formatted, using:
|
And make sure your code is formatted using:
|
||||||
|
|
||||||
$ just format-rust
|
$ just format-rust
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue