Skip to content

Commit

Permalink
tests: Update lint test
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jun 27, 2024
1 parent 72c21f1 commit 2ce5ab6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/lint/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
#![allow(clippy::blanket_clippy_restriction_lints)] // this is a test, so enable all restriction lints intentionally.
#![allow(
clippy::absolute_paths,
clippy::allow_attributes,
clippy::allow_attributes_without_reason,
clippy::exhaustive_enums,
clippy::exhaustive_structs,
clippy::min_ident_chars,
Expand Down

0 comments on commit 2ce5ab6

Please sign in to comment.