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
(cherry picked from commit
|
3 months ago | |
|---|---|---|
| .. | ||
| .cargo | 2 years ago | |
| derive | 2 years ago | |
| src | 3 months ago | |
| .gitignore | 2 years ago | |
| Cargo.lock.in | 3 months ago | |
| Cargo.toml.in | 4 months ago | |
| Makefile.am | 7 months ago | |
| cbindgen.toml | 3 years ago | |
| rustfmt.toml | ||