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.
error: this match could be written as a `let` statement
--> src/nfs/nfs3_records.rs:747:9
|
747 | / match result {
748 | | (r, request) => {
749 | | assert_eq!(r.len(), 0);
750 | | assert_eq!(request.handle, expected_handle);
751 | | assert_eq!(request.name_vec, br#"bln"#);
752 | | }
753 | | }
| |_________^
|
3 years ago | |
|---|---|---|
| .. | ||
| .cargo | ||
| derive | 3 years ago | |
| src | 3 years ago | |
| .gitignore | 3 years ago | |
| Cargo.lock.in | 3 years ago | |
| Cargo.toml.in | 3 years ago | |
| Makefile.am | 3 years ago | |
| cbindgen.toml | 4 years ago | |
| rustfmt.toml | 3 years ago | |