Skip to content
Unverified Commit b2750359 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Fix incorrect use of syn::exports (#7838)

* Fix incorrect use of syn::exports

Instead of using `syn::exports` we should import the trait from the
quote crate directly.

* Use own macro for test cases to fix compilation with latest syn

* Fix test
parent 698d80b3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment