Skip to content

Commit 6ff720b

Browse files
committed
Allow clippy's new assertions-on-constants lint
This is really dumb, `assert!(cfg!(fuzzing))` is a perfectly reasonable thing to write!
1 parent 765e43d commit 6ff720b

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)