Skip to content

Commit

Permalink
Update lint test
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Aug 2, 2023
1 parent ea83c98 commit 6c988b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/lint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
box_pointers,
deprecated_in_future,
fuzzy_provenance_casts,
invalid_reference_casting,
let_underscore_drop,
lossy_provenance_casts,
macro_use_extern_crate,
Expand Down Expand Up @@ -44,6 +45,7 @@
#![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::restriction)]
#![allow(clippy::blanket_clippy_restriction_lints)] // this is a test, so enable all restriction lints intentionally.
#![allow(
clippy::absolute_paths,
clippy::exhaustive_enums,
clippy::exhaustive_structs,
clippy::min_ident_chars,
Expand Down

0 comments on commit 6c988b1

Please sign in to comment.