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: can be more succinctly written as a byte str
--> src/mime/smtp.rs:762:37
|
762 | mime_smtp_find_url_strings(ctx, &[b'\n']);
| ^^^^^^^^ help: try: `b"\n"`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#byte_char_slices
= note: `#[warn(clippy::byte_char_slices)]` on by default
|
1 year ago | |
|---|---|---|
| .. | ||
| .cargo | 2 years ago | |
| derive | 1 year ago | |
| src | 1 year ago | |
| .gitignore | 2 years ago | |
| Cargo.lock.in | 1 year ago | |
| Cargo.toml.in | 1 year ago | |
| Makefile.am | 2 years ago | |
| cbindgen.toml | 1 year ago | |
| rustfmt.toml | 2 years ago | |