Skip to content

Commit 6035e05

Browse files
author
Michael Wright
committed
Add includes to pre-commit hook
1 parent 20abbd9 commit 6035e05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/etc/pre-commit.sh

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ 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
910

1011
# Formatting:
1112
# Git will not automatically add the formatted code to the staged changes once

0 commit comments

Comments
 (0)