Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quick win: enable clippy-preview unstable features behind a flag ? #45

Closed
o0Ignition0o opened this issue Dec 11, 2019 · 2 comments · Fixed by #51
Closed

quick win: enable clippy-preview unstable features behind a flag ? #45

o0Ignition0o opened this issue Dec 11, 2019 · 2 comments · Fixed by #51
Assignees

Comments

@o0Ignition0o
Copy link
Owner

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 ! 🎉

@daubaris
Copy link
Contributor

I can take this one on

@o0Ignition0o
Copy link
Owner Author

Sure, thank you for doing that !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants