remove non-existent pathspec from pre-commit hook (#14671)
it was added back in6035e050e8, at which time there were some files matching it, e.g.6035e050e8/clippy_lints/src/lib.deprecated.rsfixes rust-lang/rust-clippy#14670 changelog: none
This commit is contained in:
commit
aa27ae3fee
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue