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

Use `asynch` instead of `r#async` #27303

Merged
merged 1 commit into from Jul 18, 2020
Merged

Commits on Jul 17, 2020

  1. Use `asynch` instead of `r#async`

    This is a vestige of the transition from 2015 to 2018 edition Rust.
    `async` was added as a keyword in 2018 edition Rust, so `cargo fix`
    changed the variable name here to `r#async`.
    camelid committed Jul 17, 2020
You can’t perform that action at this time.