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
(cherry picked from commit
|
6 months ago | |
---|---|---|
.. | ||
.cargo | 1 year ago | |
derive | 12 months ago | |
src | 6 months ago | |
.gitignore | 1 year ago | |
Cargo.lock.in | 6 months ago | |
Cargo.toml.in | 11 months ago | |
Makefile.am | 1 year ago | |
cbindgen.toml | 3 years ago | |
rustfmt.toml | 5 years ago |