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
style: collapse nested if statements using let chains in sandbox
Fix 4 clippy warnings by collapsing nested if/if-let statements into single
if conditions using && with let chains. This improves code clarity and
satisfies cargo clippy -D warnings.
0 commit comments