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: using `contains()` instead of `iter().any()` is more efficient
--> src/http2/http2.rs:267:20
|
267 | if block.value.iter().any(|&x| x == b'@') {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `block.value.contains(&b'@')`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_contains
= note: `#[warn(clippy::manual_contains)]` on by default
|
8 months ago | |
|---|---|---|
| .. | ||
| .cargo | 2 years ago | |
| derive | 1 year ago | |
| htp | 8 months ago | |
| src | 8 months ago | |
| suricatactl | 8 months ago | |
| suricatasc | 8 months ago | |
| sys | 8 months ago | |
| .gitignore | 2 years ago | |
| Cargo.lock.in | 8 months ago | |
| Cargo.toml.in | 8 months ago | |
| Makefile.am | 8 months ago | |
| cbindgen.toml | 8 months ago | |
| rustfmt.toml | 2 years ago | |