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:
Fintan Halpenny 2026-01-14 11:45:14 +00:00
parent 05507f21a9
commit 87347bdfa6
1 changed files with 1 additions and 1 deletions

View File

@ -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