Skip to content

Commit aa27ae3

Browse files
authored
remove non-existent pathspec from pre-commit hook (#14671)
it was added back in 6035e05, at which time there were some files matching it, e.g. https://github.com/rust-lang/rust-clippy/blob/6035e050e83cc991f94797eef4d720c0b61d8955/clippy_lints/src/lib.deprecated.rs fixes #14670 changelog: none
2 parents 2422f0b + 2304a9c commit aa27ae3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

util/etc/pre-commit.sh

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ set -e
66
# Update lints
77
cargo dev update_lints
88
git add clippy_lints/src/lib.rs
9-
git add clippy_lints/src/lib.*.rs
109

1110
# Formatting:
1211
# Git will not automatically add the formatted code to the staged changes once

0 commit comments

Comments
 (0)