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 edition 2018 #368

Merged
merged 31 commits into from Jan 29, 2019
Merged

Migrate to edition 2018 #368

merged 31 commits into from Jan 29, 2019

Conversation

ascjones
Copy link
Member

Closes #360.

On each crate:

  • ran cargo fix --edition --allow-dirty
  • added edition = "2018" to Cargo.toml
  • ran cargo fix --edition-idioms --broken-code
  • fixed any errors/warning and removed whitespaces

Copy link
Contributor

@tomusdrw tomusdrw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

Couple of grumbles, can you:

  1. get rid of dyn prefix
  2. get rid of elisionable (is that even a word?) lifetimes <'_>
  3. convert r#try! to ?
  4. Update readme examples (remoe extern crate)

core/src/calls.rs Outdated Show resolved Hide resolved
core/src/calls.rs Outdated Show resolved Hide resolved
http/src/lib.rs Outdated Show resolved Hide resolved
@tomusdrw tomusdrw merged commit 37b62a3 into master Jan 29, 2019
@tomusdrw tomusdrw deleted the aj-edition-2018 branch January 29, 2019 15:34
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.

Migrate to edition=2018
2 participants