Skip to content

Commit

Permalink
Clippy if_then_panic lint has been renamed to manual_assert
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 5, 2021
1 parent 2ee6ca1 commit 124e20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@
clippy::default_trait_access,
clippy::doc_markdown,
clippy::enum_glob_use,
clippy::if_then_panic,
clippy::let_underscore_drop,
clippy::manual_assert,
clippy::module_name_repetitions,
clippy::must_use_candidate,
clippy::needless_pass_by_value,
Expand Down

0 comments on commit 124e20f

Please sign in to comment.