Skip to content
Snippets Groups Projects
user avatar
Bastian Köcher authored
* 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
8cdb5c01