Skip to content

Commit

Permalink
clippy: do not allow fallible_impl_from
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Oct 9, 2024
1 parent 565aa83 commit f08eb5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ branches_sharing_code = "allow"
missing_const_for_fn = "allow"
redundant_pub_crate = "allow"
equatable_if_let = "allow"
fallible_impl_from = "allow"
derive_partial_eq_without_eq = "allow"
empty_line_after_doc_comments = "allow"
trait_duplication_in_bounds = "allow"
Expand Down

0 comments on commit f08eb5b

Please sign in to comment.