commit | 715862b72971a02800c9d81de83afefebbe5e0e0 | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Thu May 17 12:31:49 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sun May 20 16:41:41 2018 -0700 |
tree | 0afbb9f02c35790c2b7da9c6261d7238dfd334a1 | |
parent | 2b3433ecae8350b8ea5b1d91f4f6fe59a2b25711 [diff] [blame] |
Fix codegen
diff --git a/src/gen/fold.rs b/src/gen/fold.rs index f8e6071..1d0b39d 100644 --- a/src/gen/fold.rs +++ b/src/gen/fold.rs
@@ -6,6 +6,7 @@ #![allow(unreachable_code)] #![cfg_attr(feature = "cargo-clippy", allow(needless_pass_by_value))] +#[cfg(any(feature = "full", feature = "derive"))] use *; #[cfg(any(feature = "full", feature = "derive"))] use token::{Brace, Bracket, Paren, Group};