]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust: fix mismatched_lifetime_syntaxes warning master 13710/head
authorJason Ish <jason.ish@oisf.net>
Thu, 7 Aug 2025 15:21:31 +0000 (09:21 -0600)
committerVictor Julien <victor@inliniac.net>
Thu, 7 Aug 2025 19:12:39 +0000 (21:12 +0200)
commitb93a27722c29e10f69ff32eadbd2964aa254000e
treeb2172f57327cb6da9a4b08f3e82a7e8739bd32a3
parent982c9222dd58ca5c7f685cadbae4eb8d966f970e
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
rust/src/ldap/types.rs