Add includes to pre-commit hook

This commit is contained in:
Michael Wright 2021-09-18 06:57:03 +02:00
parent 20abbd93f9
commit 6035e050e8
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ 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