docs: update tools in DEVELOPMENT.md

- remove note about pre-commit hook being broken on macOS
- update clippy command to include `--workspace`, matching `pre-commit`
- remove outdated paragraph about `msrv` in `clippy.toml`
This commit is contained in:
xtqqczze
2026-05-19 13:24:51 +01:00
committed by Sylvestre Ledru
parent b0bb693fc2
commit d41c56bd6b
-2
View File
@@ -65,8 +65,6 @@ 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 message will explain why, and your commit will be canceled. You can then make
the suggested changes, and run `git commit ...` again. 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 ### clippy
```shell ```shell