FuelLabs/fuels-rs

Add clippy check for overflowing arithmetic

Open

#1.238 geöffnet am 14. Dez. 2023

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Rust (1.360 Forks)batch import
Securitygood first issuetech-debtv1.0

Repository-Metriken

Stars
 (43.211 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Our fuzzing efforts have mainly discovered unchecked arithmetic. We should add the following clippy check to our CI to disallow unchecked arithmetic in the future: https://rust-lang.github.io/rust-clippy/master/index.html#/arithmetic_side_effects

Contributor Guide