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
As explained in #36 and in this neqo comment, an unstable feature available on nightly only actually allows us to pass --no-default-features as expected, and to get relevant lints even if a build has already been done.
We might want to add a --preview flag that would allow us to run a nightly version and make the tool much more useful while the features we need are being stabilized.
The correct command we can already run on nightly cargo +nightly clippy-preview -Z unstable-options --no-default-features -- -W clippy::pedantic behaves exactly the way we wish ! 🎉
The text was updated successfully, but these errors were encountered:
As explained in #36 and in this neqo comment, an unstable feature available on nightly only actually allows us to pass --no-default-features as expected, and to get relevant lints even if a build has already been done.
We might want to add a --preview flag that would allow us to run a nightly version and make the tool much more useful while the features we need are being stabilized.
The correct command we can already run on nightly
cargo +nightly clippy-preview -Z unstable-options --no-default-features -- -W clippy::pedantic
behaves exactly the way we wish ! 🎉The text was updated successfully, but these errors were encountered: