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 #1384

Closed
wants to merge 8 commits into from
Closed

chore: bump to newer nightly #1384

wants to merge 8 commits into from

Commits on Aug 3, 2019

  1. chore: bump to newer nightly

    taiki-e committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    17ebd68 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 3, 2019
    Configuration menu
    Copy the full SHA
    159cf5f 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 3, 2019
    Configuration menu
    Copy the full SHA
    63c961b 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 3, 2019
    Configuration menu
    Copy the full SHA
    7a07a9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a314eb View commit details
    Browse the repository at this point in the history
  6. run rustfmt on stable

    taiki-e committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    d11f9da View commit details
    Browse the repository at this point in the history
  7. stable -> nightly-2019-07-17

    taiki-e committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    ad99245 View commit details
    Browse the repository at this point in the history
  8. fix

    taiki-e committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    6c9b881 View commit details
    Browse the repository at this point in the history