mirror of https://github.com/OISF/suricata
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.
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 | 2 years ago | |
| derive | 6 months ago | |
| htp | 3 months ago | |
| src | 3 months ago | |
| suricatactl | 11 months ago | |
| suricatasc | 6 months ago | |
| sys | 3 months ago | |
| .gitignore | 2 years ago | |
| Cargo.lock.in | 3 months ago | |
| Cargo.toml.in | 3 months ago | |
| Makefile.am | 3 months ago | |
| cbindgen.toml | 6 months ago | |
| rustfmt.toml | 2 years ago | |