Skip to content

Commit 194d3bc

Browse files
committed
remove non-existent pathspec from pre-commit hook
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 rust-lang#14670
1 parent 2422f0b commit 194d3bc

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)