Remove deny(pointer_structural_match)

```
warning: lint `pointer_structural_match` has been removed: converted into hard error, see RFC #3535 <https://rust-lang.github.io/rfcs/3535-constants-in-patterns.html> for more information
  --> aya/src/lib.rs:57:5
   |
57 |     pointer_structural_match,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(renamed_and_removed_lints)]` on by default
```
reviewable/pr956/r1
Tamir Duberstein 11 months ago
parent 683cedfe48
commit 8f305be12a
No known key found for this signature in database

@ -54,7 +54,6 @@
missing_docs, missing_docs,
non_ascii_idents, non_ascii_idents,
noop_method_call, noop_method_call,
pointer_structural_match,
rust_2021_incompatible_closure_captures, rust_2021_incompatible_closure_captures,
rust_2021_incompatible_or_patterns, rust_2021_incompatible_or_patterns,
rust_2021_prefixes_incompatible_syntax, rust_2021_prefixes_incompatible_syntax,

Loading…
Cancel
Save