Skip to content

Commit

Permalink
Remove pointer_structural_match lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed May 27, 2024
1 parent 2780d6d commit 3d4aa09
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 @@ -44,7 +44,6 @@ dead_code = "warn"
# Deny various allow-by-default lints:
macro_use_extern_crate = "deny"
missing_debug_implementations = "deny"
pointer_structural_match = "deny"
single_use_lifetimes = "deny"
trivial_casts = "deny"
unreachable_pub = "deny"
Expand Down

0 comments on commit 3d4aa09

Please sign in to comment.