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 dc3c048b49 rust/detect: fix too_long_first_doc_paragraph clippy warning
warning: first doc comment paragraph is too long
  --> src/detect/iprep.rs:57:1
   |
57 | / /// value matching is done use `DetectUintData` logic.
58 | | /// isset matching is done using special `DetectUintData` value ">= 0"
59 | | /// isnotset matching bypasses `DetectUintData` and is handled directly
60 | | /// in the match function (in C).
   | |_
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph
   = note: `#[warn(clippy::too_long_first_doc_paragraph)]` on by default
help: add an empty line
2 years ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 2 years ago
derive rust/derive: string enumeration become case insensitive 2 years ago
src rust/detect: fix too_long_first_doc_paragraph clippy warning 2 years ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 2 years ago
Cargo.lock.in rust/base64: upgrade crate to latest 2 years ago
Cargo.toml.in rust/base64: upgrade crate to latest 2 years ago
Makefile.am rust/Makefile: cleanup "clean" targets 2 years ago
cbindgen.toml detect: helper to have pure rust keywords 2 years ago
rustfmt.toml rustfmt: replace deprecated fn_args_layout with fn_params_layout 2 years ago