We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20abbd9 commit 6035e05Copy full SHA for 6035e05
util/etc/pre-commit.sh
@@ -6,6 +6,7 @@ set -e
6
# Update lints
7
cargo dev update_lints
8
git add clippy_lints/src/lib.rs
9
+git add clippy_lints/src/lib.*.rs
10
11
# Formatting:
12
# Git will not automatically add the formatted code to the staged changes once
0 commit comments