You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CI: rustfmt wrap and forbid-saturating-math in mock
- cargo fmt wraps the add_stake() call in AddStakeRecycleV1/AddStakeBurnV1
- mock charge_weight replaces saturating_add with checked_add().unwrap()
to satisfy the ForbidSaturatingMath custom lint
0 commit comments