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: remove useless comparison to fix clippy absurd_extreme_comparisons warning
Replace >= 0 comparison on u64 value with existence check since u64 values
are always non-negative. This fixes the clippy warning that was causing CI to fail.
0 commit comments