From c6943ae683fca361cf0dc641047c013b9d57504e Mon Sep 17 00:00:00 2001 From: Trash Panda Date: Tue, 24 Feb 2026 18:16:14 -0700 Subject: [PATCH] fix(pre-commit): Use default clippy toolchain to avoid cache thrashing --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8216415e..4ef8d867 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,7 +51,7 @@ repos: hooks: - id: cargo-clippy name: cargo clippy - entry: cargo +nightly clippy -- -D warnings + entry: cargo clippy -- -D warnings language: system pass_filenames: false types: [rust]