Use call_site in 'with' attribute

This commit is contained in:
David Tolnay
2018-01-09 20:34:29 -08:00
parent b313f947dc
commit ddc4b50d4d
3 changed files with 9 additions and 4 deletions
+2
View File
@@ -12,6 +12,8 @@
#[macro_use]
extern crate syn;
extern crate proc_macro2;
pub mod ast;
pub mod attr;