remove non-existent pathspec from pre-commit hook (#14671)

it was added back in 6035e050e8, at which
time there were some files matching it, e.g.

6035e050e8/clippy_lints/src/lib.deprecated.rs

fixes rust-lang/rust-clippy#14670

changelog: none
This commit is contained in:
Manish Goregaokar 2025-04-22 22:53:31 +00:00 committed by GitHub
commit aa27ae3fee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,6 @@ set -e
# Update lints
cargo dev update_lints
git add clippy_lints/src/lib.rs
git add clippy_lints/src/lib.*.rs
# Formatting:
# Git will not automatically add the formatted code to the staged changes once