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

Migrate to using cargo fix --edition-idioms #70

Merged
merged 1 commit into from
Aug 3, 2018

Conversation

alexcrichton
Copy link
Member

This'll be a new flag being added to Cargo to help transitioning to the idioms
of the 2018 edition.

At the same time this removes the +nightly invocations from Cargo commands,
removes --all-targets as it's the default, and finally removes
--all-features as the default of --all-targets should be enough.

@Centril
Copy link
Contributor

Centril commented Aug 1, 2018

DON'T MERGE YET!

This PR is awaiting the stuff mentioned above to be merged into Cargo.
@alexcrichton will ping back on this PR once that is done and this is ready to be merged.

@alexcrichton
Copy link
Member Author

Ah yes, sorry! This is blocked on rust-lang/cargo#5843 making its way into nightlies.

@Centril
Copy link
Contributor

Centril commented Aug 1, 2018

Note to self: Once this is merged, #19 should be rendered moot so we can close that then.

This'll be a new flag being added to Cargo to help transitioning to the idioms
of the 2018 edition.

At the same time this removes the `+nightly` invocations from Cargo commands,
removes `--all-targets` as it's the default, and finally removes
`--all-features` as the default of `--all-targets` should be enough.
@alexcrichton alexcrichton changed the title Migrate to using cargo fix --idioms Migrate to using cargo fix --edition-idioms Aug 3, 2018
@alexcrichton
Copy link
Member Author

Everything is now landed in rust-lang/rust and a nightly is one the way out, so merging!

@alexcrichton alexcrichton merged commit 01e2f7b into rust-lang:master Aug 3, 2018
@alexcrichton alexcrichton deleted the idioms branch August 3, 2018 05:10
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 this pull request may close these issues.

2 participants