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
Philippe Antoine 02cb0f2ac2 rust: fix unnecessary_unwrap warnings
warning: called `unwrap` on `rd.pipe` after checking its variant with `is_some`
   --> src/smb/smb1.rs:858:28
    |
857 |             if rd.pipe.is_some() {
    |             -------------------- help: try: `if let Some(<item>) = rd.pipe`
858 |                 let pipe = rd.pipe.unwrap();
    |                            ^^^^^^^^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#unnecessary_unwrap
    = note: `#[warn(clippy::unnecessary_unwrap)]` on by default
3 months ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 2 years ago
derive rust: EnumString derive accepts a enum_string_style parameter 6 months ago
htp rust/htp: formatting fixup 3 months ago
src rust: fix unnecessary_unwrap warnings 3 months ago
suricatactl rust: allow some lints in suricatactl and suricatasc 11 months ago
suricatasc rust: pin indexmap 6 months ago
sys detect/ssh: move ssh.software to rust 3 months ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 2 years ago
Cargo.lock.in misc: time unit parsing function 3 months ago
Cargo.toml.in misc: time unit parsing function 3 months ago
Makefile.am app-layer: GetTxIteratorFn uses a AppLayerGetTxIterState 3 months ago
cbindgen.toml rust: bindgen SCSRepCatGetByShortname 6 months ago
rustfmt.toml rustfmt: replace deprecated fn_args_layout with fn_params_layout 2 years ago