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
This is due to a change in clap 3.2. Cargo's CI runs without a lock
file, but rust-lang/rust runs with one (locked to an older version). To
avoid issues, this just ignores the test. See
rust-lang#10753 for more.
0 commit comments