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
Rust 1.95 promoted two clippy lints to deny-by-default in CI's -D warnings
build. Replace sort_by with sort_by_key(|b| Reverse(...)) and derive vector
IDs from the enumerate() index instead of a manual counter variable.
0 commit comments