Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theoforger authored Nov 21, 2024
1 parent ddcc535 commit da03ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ cargo fmt
```

### Clippy
If you don't have `clippy` installed already. Add it through `rustup`:
If you don't have `clippy` installed already (which is very unlikely). Add it through `rustup`:
```bash
rustup component add clippy
```
Expand All @@ -72,4 +72,4 @@ cargo clippy --all-features --all-targets -- -W clippy::all
We recommend [RustRover](https://www.jetbrains.com/rust/) for contributions to this project. It comes with first-party support for both `rustfmt` and `clippy`. To enable them:

- `rustfmt`: Open "Settings -> Rust -> Rustfmt". Enable "Use Rustfmt instead of the built-in formatter"
- `clippy`: Open "Settings -> Rust -> External Linters". Set "External tool" to `Clippy`. Set "Additional arguments" to `--all-features --all-targets -- -W clippy::all`
- `clippy`: Open "Settings -> Rust -> External Linters". Set "External tool" to `Clippy`. Set "Additional arguments" to `--all-features --all-targets -- -W clippy::all`

0 comments on commit da03ecd

Please sign in to comment.