Skip to content

Commit 2219082

Browse files
committed
docs: update clippy section in DEVELOPMENT.md
- update command to include `--workspace`, matching `pre-commit` - remove outdated paragraph about `msrv` - add note about non-Linux clippy failures
1 parent db25551 commit 2219082

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

DEVELOPMENT.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,10 @@ 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).
76+
**NOTE**: This command currently fails on non-Linux platforms. See <https://github.com/uutils/coreutils/issues/11019> for more information.
7977

8078
### rustfmt
8179

0 commit comments

Comments
 (0)