Skip to content

Commit

Permalink
Update clippy section in CONTRIBUTING.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Oct 14, 2023
1 parent 1a9bd0d commit e865465
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ cargo test --all
cargo bench
```

It's a good idea to run clippy and fix any warnings as well:
It's a good idea to run `clippy` and fix any warnings as well:

```
rustup component add clippy-preview
cargo clippy --all
rustup component add clippy
cargo clippy --workspace --all-targets
```

Finally, run Rustfmt to maintain a common code style:
Expand Down

0 comments on commit e865465

Please sign in to comment.