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

Run basic 2018 edition fix #1583

Merged
merged 1 commit into from
Dec 18, 2018
Merged

Conversation

kinnison
Copy link
Contributor

In order to use 2018 features we need the edition to be updated.
This commit is the result of running:

cargo fix --edition -p rustup -p rustup-dist -p rustup-mock -p rustup-utils -p download

And then adding 'edition = "2018"' to each requisite Cargo.toml

In order to use 2018 features we need the edition to be updated.
This commit is the result of running:

cargo fix --edition -p rustup -p rustup-dist -p rustup-mock -p rustup-utils -p download

And then adding 'edition = "2018"' to each requisite Cargo.toml
@kinnison
Copy link
Contributor Author

As a followup if this is accepted, I intend to sort out a cargo fmt across the workspace. If anyone knows of a good way to mechanically do this to preserve as much authorship information as possible, I'd love to know, otherwise it'll just smear my name across an awful lot of the codebase :(

@nrc nrc merged commit 31935e5 into rust-lang:master Dec 18, 2018
@nrc
Copy link
Member

nrc commented Dec 18, 2018

Thank you!

@kinnison kinnison deleted the kinnison/edition-2018 branch January 9, 2019 09:08
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.

3 participants