Skip to content

Commit

Permalink
remove some clippy lints from the list that we do not even trigger an…
Browse files Browse the repository at this point in the history
…y more
  • Loading branch information
RalfJung committed Sep 26, 2024
1 parent bf78aec commit 18aa926
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tools/miri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@
clippy::derived_hash_with_manual_eq,
clippy::too_many_arguments,
clippy::type_complexity,
clippy::single_element_loop,
clippy::bool_to_int_with_if,
clippy::box_default,
clippy::needless_question_mark,
clippy::needless_lifetimes,
clippy::too_long_first_doc_paragraph,
Expand Down

0 comments on commit 18aa926

Please sign in to comment.