Skip to content

Commit 18cebae

Browse files
authored
Merge pull request #4277 from TheBlueMatt/2025-12-stupid-clippy
Allow clippy's new assertions-on-constants lint
2 parents 84a791a + 6ff720b commit 18cebae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/check-lint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ CLIPPY() {
1313
-A clippy::unwrap-or-default \
1414
-A clippy::upper_case_acronyms \
1515
-A clippy::swap-with-temporary \
16+
-A clippy::assertions-on-constants \
1617
`# Things where we do odd stuff on purpose ` \
1718
-A clippy::unusual_byte_groupings \
1819
-A clippy::unit_arg \

0 commit comments

Comments
 (0)