FuelLabs/fuels-rs

Add clippy check for overflowing arithmetic

开放

#1,238 创建于 2023年12月14日

 (0 条评论) (0 个反应) (1 位负责人)Rust (1,360 个派生)batch import
Securitygood first issuetech-debtv1.0

仓库指标

星标
 (43,211 个星标)
PR 合并指标
 (平均合并 17天) (30 天内合并 1 个 PR)

描述

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

贡献者指南