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/src/asn1
Jason Ish d0772e04b1 rust(lint): replace checked_mul with saturating_mul
When defaulting checked_mul to u64::max, Rust has a method
that does the same thing called saturating_mul.
4 years ago
..
mod.rs rust(lint): replace checked_mul with saturating_mul 4 years ago
parse_rules.rs rust(lint): remove needless borrows 4 years ago