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

Fix usage of proc_macro::is_available() #303

Merged
merged 2 commits into from
Dec 5, 2021

Commits on Dec 2, 2021

  1. Fix usage of proc_macro::is_available()

    In dtolnay#300 I made a mistake with the #[cfg] causing
    proc_macro::is_available() to never actually be used. I have now
    double checked that it is actually used on Rust 1.57+.
    bjorn3 committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    f601ea3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4beb26 View commit details
    Browse the repository at this point in the history