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
1 week ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 1 year ago
derive rust/derive: fix clippy collapsible_match warning 3 months ago
htp rust/htp: follow suricata versioning 1 month ago
src rust: fix mismatched_lifetime_syntaxes warning 1 week ago
suricatactl rust: allow some lints in suricatactl and suricatasc 2 months ago
suricatasc datajson: introduce feature 2 months ago
sys version: start development towards 8.0.1 1 month ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 1 year ago
Cargo.lock.in version: start development towards 8.0.1 1 month ago
Cargo.toml.in rust/htp: follow suricata versioning 1 month ago
Makefile.am rust/Makefile: sort filenames 1 month ago
cbindgen.toml rust: remove unnecessary cbindgen exclusions 2 months ago
rustfmt.toml rustfmt: replace deprecated fn_args_layout with fn_params_layout 2 years ago