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 patch removes the `-Zunstable-options` from the default args for
the clippy command. According to rust-lang/rust-clippy#4612, this
work around is no longer needed.
Fixes: kwrooijen#125
Signed-off-by: Curt Brune <curt@brune.net>
This patch removes the `-Zunstable-options` from the default args for
the clippy command. According to rust-lang/rust-clippy#4612, this
work around is no longer needed.
Fixes: kwrooijen#125
Signed-off-by: Curt Brune <curt@brune.net>
The referenced issue has been resolved since Rust 1.52. (Documented in https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#others-2).
Can we remove
--Zunstable-options
and the dependency on an unstable release?I'm happy to open a PR.
The text was updated successfully, but these errors were encountered: