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

Upgrade to 2018 edition #138

Merged
merged 5 commits into from
Jul 21, 2020
Merged

Upgrade to 2018 edition #138

merged 5 commits into from
Jul 21, 2020

Commits on Jul 20, 2020

  1. Always use #![nostd] and make std:: explicit

    The fake `std` module we had in our root will make things difficult when
    we switch to 2018, where there's a path difference between `std::` for
    the crate and `crate::std::` for our module.
    cuviper committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    c42e9de View commit details
    Browse the repository at this point in the history
  2. cargo fix --edition

    cuviper committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    3339657 View commit details
    Browse the repository at this point in the history
  3. edition = "2018"

    cuviper committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    3ac830c View commit details
    Browse the repository at this point in the history
  4. cargo fix --edition-idioms

    cuviper committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    1068655 View commit details
    Browse the repository at this point in the history
  5. Stop using local_inner_macros

    cuviper committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    e8c7789 View commit details
    Browse the repository at this point in the history