mirror of https://github.com/OISF/suricata
rust: fix mismatched_lifetime_syntaxes warning
Fix new warning present in Rust 1.89.
warning: hiding a lifetime that's elided elsewhere is confusing
--> src/ldap/types.rs:191:30
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
pull/13710/head
parent
982c9222dd
commit
b93a27722c
Loading…
Reference in New Issue