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

Begin preparation for Rust 2018 #1467

Merged
merged 4 commits into from
Aug 30, 2018

Commits on Jul 25, 2018

  1. Remove the need for an absolute path within the serde attribute

    These attributes were causing problems with an automated migration to
    Rust 2018.
    jtgeibel committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    347f945 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87405a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. Use use instead of absolute paths where possible

    There are a few places where I left absolute paths because they
    commonly conflict with variable names:
    
    * `::json`
    * `::krate`
    jtgeibel committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    1297bf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Configuration menu
    Copy the full SHA
    a2fbeb8 View commit details
    Browse the repository at this point in the history