Skip to content

Commit 6da7214

Browse files
committed
chore: Allow forbidden_lint_groups
Signed-off-by: hashcatHitman <155700084+hashcatHitman@users.noreply.github.com>
1 parent 596bca1 commit 6da7214

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ closure_returning_async_block = "warn"
6060
# These are shadowed since 1.86.0
6161
deref_into_dyn_supertrait = "warn"
6262

63+
# I forbid lints on purpose. I will deal with breakage if it appears.
64+
forbidden_lint_groups = "allow"
65+
6366
# Unnecessary lifetime bounds add clutter, complexity, and may be a sign of user
6467
# error
6568
explicit_outlives_requirements = "warn"

0 commit comments

Comments
 (0)