Skip to content

Commit

Permalink
Exclude test suite's generated code from rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 18, 2022
1 parent 6ac8f4d commit cb7b6eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/debug/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
clippy::used_underscore_binding
)]

#[rustfmt::skip]
mod gen;

use proc_macro2::{Ident, Literal, TokenStream};
Expand Down

0 comments on commit cb7b6eb

Please sign in to comment.