Skip to content

Commit

Permalink
Merge pull request dtolnay#1673 from dtolnay/rustfmtskip
Browse files Browse the repository at this point in the history
Do not format gen module because of rustfmt bug
  • Loading branch information
dtolnay authored Jun 1, 2024
2 parents f7b2e9d + 18fbe92 commit 1a3800a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
Expand Down

0 comments on commit 1a3800a

Please sign in to comment.