Derive for borrowed fields

This commit is contained in:
David Tolnay
2017-04-02 21:42:07 -07:00
parent 8c3e72f2c8
commit fb48111e46
12 changed files with 505 additions and 103 deletions
+2
View File
@@ -1,4 +1,6 @@
extern crate syn;
#[macro_use]
extern crate synom;
pub mod ast;
pub mod attr;