Skip to content

Commit 8e46826

Browse files
committed
docs: update clippy section in DEVELOPMENT.md
- update command to include `--workspace`, matching `pre-commit` - remove outdated paragraph about `msrv`
1 parent db25551 commit 8e46826

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

DEVELOPMENT.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,9 @@ the suggested changes, and run `git commit ...` again.
7070
### clippy
7171

7272
```shell
73-
cargo clippy --all-targets --all-features
73+
cargo clippy --workspace --all-targets --all-features
7474
```
7575

76-
The `msrv` key in the clippy configuration file `clippy.toml` is used to disable
77-
lints pertaining to newer features by specifying the minimum supported Rust
78-
version (MSRV).
79-
8076
### rustfmt
8177

8278
```shell

0 commit comments

Comments
 (0)