commit | 491680abaa83ee01739262e387bb0e9a7e71b530 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Tue Jan 23 00:34:40 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Tue Jan 23 00:34:40 2018 -0800 |
tree | 6e13ec6636741fc4444fc397588777afa4b15597 | |
parent | 9c92c41ca3b14ea2d7e31adb84f9bf15de06f664 [diff] [blame] |
Provide parse_quote whether or not printing is enabled
diff --git a/src/lib.rs b/src/lib.rs index 37526a2..935c0cb 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -386,7 +386,7 @@ mod tt; // Not public API except the `parse_quote!` macro. -#[cfg(all(feature = "parsing", feature = "printing"))] +#[cfg(feature = "parsing")] #[doc(hidden)] pub mod parse_quote;