diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 35291369c12..833f258b63c 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -65,18 +65,12 @@ Your git commits will then automatically be checked. If a check fails, an error message will explain why, and your commit will be canceled. You can then make the suggested changes, and run `git commit ...` again. -**NOTE: On MacOS** the pre-commit hooks are currently broken. There are workarounds involving switching to unstable nightly Rust and components. - ### clippy ```shell -cargo clippy --all-targets --all-features +cargo clippy --workspace --all-targets --all-features ``` -The `msrv` key in the clippy configuration file `clippy.toml` is used to disable -lints pertaining to newer features by specifying the minimum supported Rust -version (MSRV). - ### rustfmt ```shell