Преглед на файлове

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
```
Tamir Duberstein преди 9 месеца
родител
ревизия
4e843a3523
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      aya/src/lib.rs

+ 0 - 1
aya/src/lib.rs

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