Skip to content

Commit

Permalink
Skip rustfmt for manually-written output
Browse files Browse the repository at this point in the history
  • Loading branch information
TedDriggs committed Oct 2, 2024
1 parent d2efc54 commit 65c87d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions derive_builder_core/src/setter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ mod tests {
setter.generic_into = true;
setter.try_setter = true;

#[rustfmt::skip]
assert_eq!(
quote!(#setter).to_string(),
quote!(
Expand Down

0 comments on commit 65c87d3

Please sign in to comment.