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.
suricata/rust
Philippe Antoine 858739519d rust: fix clippy warning manual_contains
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 0f3932afb7)
6 months ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 1 year ago
derive rust/applayer: use c_int as return type for get_info_by_id 12 months ago
src rust: fix clippy warning manual_contains 6 months ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 1 year ago
Cargo.lock.in version: start development towards 7.0.11 6 months ago
Cargo.toml.in rust: update num-derive to 0.4.2 11 months ago
Makefile.am rust: rename .cargo/config to .cargo/config.toml 1 year ago
cbindgen.toml ftp: add events for command too long 3 years ago
rustfmt.toml style: compressed function headers for rustfmt 5 years ago