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: operator precedence can trip the unwary --> src/jsonbuilder.rs:781:36 | 781 | buf[offset] = HEX[(x >> 4 & 0xf) as usize]; | ^^^^^^^^^^^^ help: consider parenthesizing your expression: `(x >> 4) & 0xf` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#precedence = note: `#[warn(clippy::precedence)]` on by default |
1 week ago | |
---|---|---|
.. | ||
.cargo | 10 months ago | |
derive | 4 months ago | |
src | 1 week ago | |
sys | 2 weeks ago | |
.gitignore | 10 months ago | |
Cargo.lock.in | 2 weeks ago | |
Cargo.toml.in | 2 weeks ago | |
Makefile.am | 1 week ago | |
cbindgen.toml | 2 weeks ago | |
rustfmt.toml | 1 year ago |