]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust/ike: fix collapsible_match clippy warning 11737/head
authorPhilippe Antoine <pantoine@oisf.net>
Wed, 31 Jul 2024 12:15:14 +0000 (14:15 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 9 Sep 2024 15:04:50 +0000 (17:04 +0200)
commitded20824162d88c174eabc278810146f0406e08e
tree6e324592bbbb9f17aa2cd5698d91f0d98eebb3b4
parentbc1b906a7bb87f3f4abb0d0ddae1690496de31ea
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
(cherry picked from commit 42e5e556e59fcd10efa89fcc75ad9f081ee25e93)
rust/src/ike/ikev2.rs