From d41c56bd6b27fe209072ef0fef6a8f4626d24c14 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Tue, 19 May 2026 13:24:51 +0100 Subject: [PATCH] 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` --- DEVELOPMENT.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 0009ff2b1..833f258b6 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -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 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