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

Edition 2018 #983

Merged
merged 2 commits into from May 18, 2022
Merged

Edition 2018 #983

merged 2 commits into from May 18, 2022

Commits on May 11, 2022

  1. Fix in preparation for next edition

    Use cargo to upgrade from edition 2015 to edition 2018.
    
     cargo fix --edition
    
    No manual changes made. The result of the command above is just to fix
    all the use statements (add `crate::`) and fix the fully qualified path
    formats i.e., `::Foo` -> `crate::Foo`.
    tcharding committed May 11, 2022
    Copy the full SHA
    dca0d67 View commit details
    Browse the repository at this point in the history
  2. Enable edition 2018

    Add 'edition = "2018"' to the manifest and do a bunch of manual path
    fixups (use statements and fully qualified paths).
    tcharding committed May 11, 2022
    Copy the full SHA
    9f0c687 View commit details
    Browse the repository at this point in the history