]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust: fix clippy 1.77 warning 10690/head
authorPhilippe Antoine <pantoine@oisf.net>
Thu, 21 Mar 2024 15:02:23 +0000 (16:02 +0100)
committerPhilippe Antoine <pantoine@oisf.net>
Thu, 21 Mar 2024 15:06:34 +0000 (16:06 +0100)
commit02f2fb88333af767ab3b171643357d607f4e86f6
treeb0c50f6132d54c0bb3744ad773b42768521d3091
parenta2c817243f73a719ec9dabb43659d336ae3ecfcf
rust: fix clippy 1.77 warning

Ticket: 6883

error: field `0` is never read
  --> src/asn1/mod.rs:36:14
   |
36 |     BerError(Err<der_parser::error::BerError>),
   |     -------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |     |
   |     field in this variant
   |
rust/src/asn1/mod.rs