From 18fbe925d375ae117b3ea55a2ada488c06d26e9c Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 1 Jun 2024 09:08:36 -0700 Subject: [PATCH] Do not format gen module because of rustfmt bug --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index a8372e8079..1b2b805a48 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -536,6 +536,7 @@ mod verbatim; #[cfg(all(feature = "parsing", feature = "full"))] mod whitespace; +#[rustfmt::skip] // https://github.com/rust-lang/rustfmt/issues/6176 mod gen { /// Syntax tree traversal to transform the nodes of an owned syntax tree. ///