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
It seems there was a moment when clippy forgot how to parse arguments ( rust-lang/rust-clippy#9079 ), which unfortunately happens to be the version I had locally.
So instead of using an implicitly moving tag ("nightly"), we've got an explicit nightly that we're using as of de714be. This is much better for reproducibility and auditability, but calls for a robot's help in keeping that pin up to date.
The text was updated successfully, but these errors were encountered:
It seems there was a moment when clippy forgot how to parse arguments ( rust-lang/rust-clippy#9079 ), which unfortunately happens to be the version I had locally.
So instead of using an implicitly moving tag ("nightly"), we've got an explicit nightly that we're using as of de714be. This is much better for reproducibility and auditability, but calls for a robot's help in keeping that pin up to date.
The text was updated successfully, but these errors were encountered: