Verbatim logic in one place
diff --git a/src/lib.rs b/src/lib.rs
index 3c99003..60da219 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -447,6 +447,9 @@
 #[cfg(all(feature = "parsing", feature = "printing"))]
 pub mod spanned;
 
+#[cfg(feature = "full")]
+mod verbatim;
+
 mod gen {
     /// Syntax tree traversal to walk a shared borrow of a syntax tree.
     ///