]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust/ike: fix collapsible_match clippy warning 11595/head
authorPhilippe Antoine <pantoine@oisf.net>
Wed, 31 Jul 2024 12:15:14 +0000 (14:15 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 1 Aug 2024 05:05:16 +0000 (07:05 +0200)
commit42e5e556e59fcd10efa89fcc75ad9f081ee25e93
treee09c1cc1e57ccc1af4792c4a2ead8b3c522271fb
parent564f685eea1af343642b52ba6c7f367167ac03f2
rust/ike: fix collapsible_match clippy warning

warning: this `match` can be collapsed into the outer `match`
help: the outer pattern can be modified to include the inner pattern
rust/src/ike/ikev2.rs