fix(pre-commit): Use default clippy toolchain to avoid cache thrashing
This commit is contained in:
parent
8932dacdc4
commit
c6943ae683
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue