mirror of https://github.com/OISF/suricata
rust: fix for loop over option
As of Rust 1.66 with strict mode enabled, a for loop over an option is now an error. Replace the last occurrence of this pattern with an "if let" statement.pull/8376/head
parent
462366d447
commit
6b6709c9d9
Loading…
Reference in New Issue