commit | 9894256d73917d382e8b1c948ed012f62d46ab56 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Tue Dec 26 21:24:35 2017 -0500 |
committer | David Tolnay <dtolnay@gmail.com> | Tue Dec 26 21:37:25 2017 -0500 |
tree | f49a461690902c72bd2220888781a761e7eca4ef | |
parent | 40ae067efbbb8112e97065b33abc252f8f391860 [diff] [blame] |
Use proc-macro2's Span instead of our own
diff --git a/src/gen/fold.rs b/src/gen/fold.rs index 9fc80a7..0d944e6 100644 --- a/src/gen/fold.rs +++ b/src/gen/fold.rs
@@ -10,6 +10,7 @@ use *; use delimited::Delimited; +use proc_macro2::Span; trait FoldHelper { type Item;