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

Update syntax for 2018 Edition #1136

Merged
merged 6 commits into from
Jan 12, 2019

Commits on Dec 23, 2018

  1. Update syntax for 2018 Edition

    Under the 2018 Edition, the `crate::` namespace is required when `use`
    is employed to reference a structure created in the current module.
    Without `crate::` this example will not compile under the 2018 Edition;
    with this change, the example complies again.
    codesections committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    26b6c36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cab400 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ea8fb2 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2018

  1. Configuration menu
    Copy the full SHA
    b919141 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45d1e66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da6b750 View commit details
    Browse the repository at this point in the history