FuelLabs/fuels-rs

Add clippy check for overflowing arithmetic

Ouverte

#1 238 ouverte le 14 déc. 2023

 (0 commentaire) (0 réaction) (1 personne assignée)Rust (1 360 forks)batch import
Securitygood first issuetech-debtv1.0

Métriques du dépôt

Stars
 (43 211 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur