You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/rust
Jason Ish b93a27722c 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
3 months ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 2 years ago
derive rust/derive: fix clippy collapsible_match warning 6 months ago
htp rust/htp: follow suricata versioning 5 months ago
src rust: fix mismatched_lifetime_syntaxes warning 3 months ago
suricatactl rust: allow some lints in suricatactl and suricatasc 5 months ago
suricatasc datajson: introduce feature 5 months ago
sys version: start development towards 8.0.1 4 months ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 2 years ago
Cargo.lock.in version: start development towards 8.0.1 4 months ago
Cargo.toml.in rust/htp: follow suricata versioning 5 months ago
Makefile.am rust/Makefile: sort filenames 5 months ago
cbindgen.toml rust: remove unnecessary cbindgen exclusions 5 months ago
rustfmt.toml