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

chore: bump to newer nightly #1426

Merged
merged 7 commits into from
Aug 10, 2019
Merged

chore: bump to newer nightly #1426

merged 7 commits into from
Aug 10, 2019

Commits on Aug 10, 2019

  1. chore: bump to newer nightly

    taiki-e committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    7de32d8 View commit details
    Browse the repository at this point in the history
  2. remove unstable await_macro feature

    `await_macro` feature has been removed in rust-lang/rust#62293.
    taiki-e committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    24a9d9c View commit details
    Browse the repository at this point in the history
  3. remove allow(clippy::needless_lifetimes)

    This false positive has been fixed in rust-lang/rust-clippy#4266.
    taiki-e committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    da2904d View commit details
    Browse the repository at this point in the history
  4. elide lifetimes

    Lifetime elision in `Pin<&(mut) Self>` has been allowed in rust-lang/rust#61207.
    taiki-e committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    e362e8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0a5657 View commit details
    Browse the repository at this point in the history
  6. fix

    taiki-e committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    f73fa3d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    526e303 View commit details
    Browse the repository at this point in the history