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-specific preludes #82217

Merged
merged 5 commits into from
Mar 10, 2021
Merged

Edition-specific preludes #82217

merged 5 commits into from
Mar 10, 2021

Commits on Feb 25, 2021

  1. Add {core,std}::prelude::{rust_2015,rust_2018,rust_2021}.

    rust_2015 and rust_2018 are just re-exports of v1.
    rust_2021 is a module that for now just re-exports everything from v1,
    such that we can add more things later.
    m-ou-se committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    1ab9fe5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3b564c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    218cf30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d274d87 View commit details
    Browse the repository at this point in the history
  5. Use intra-doc links.

    Co-authored-by: Joshua Nelson <joshua@yottadb.com>
    m-ou-se and Joshua Nelson committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    76fd8d7 View commit details
    Browse the repository at this point in the history