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;