Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix usage of proc_macro::is_available()
In #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+.
- Loading branch information