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 |
4 months ago | |
---|---|---|
.. | ||
.cargo | 1 year ago | |
derive | 9 months ago | |
htp | 4 months ago | |
src | 4 months ago | |
suricatactl | 5 months ago | |
suricatasc | 5 months ago | |
sys | 4 months ago | |
.gitignore | 1 year ago | |
Cargo.lock.in | 4 months ago | |
Cargo.toml.in | 4 months ago | |
Makefile.am | 4 months ago | |
cbindgen.toml | 4 months ago | |
rustfmt.toml |