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 68b0052018 rust: fix clippy ptr_arg warnings
error: writing `&Vec` instead of `&[_]` involves a new object where a slice will do
   --> src/dns/log.rs:371:29
    |
371 | pub fn dns_print_addr(addr: &Vec<u8>) -> std::string::String {
    |                             ^^^^^^^^ help: change this to: `&[u8]`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg
1 year ago
..
.cargo
derive detect/integer: rust derive for enumerations 1 year ago
src rust: fix clippy ptr_arg warnings 1 year ago
.gitignore rust: bundle Cargo.lock 2 years ago
Cargo.lock.in rust: update test_case crate 1 year ago
Cargo.toml.in rust: update test_case crate 1 year ago
Makefile.am rust: don't suppress vendor output 2 years ago
cbindgen.toml ftp: add events for command too long 2 years ago
rustfmt.toml rustfmt: replace deprecated fn_args_layout with fn_params_layout 1 year ago