Skip to content

Commit

Permalink
Wrap dummy.rs to 80 columns
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 9, 2025
1 parent 514848b commit 40f1d19
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion serde_derive/src/dummy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ pub fn wrap_in_const(serde_path: Option<&syn::Path>, code: TokenStream) -> Token

quote! {
#[doc(hidden)]
#[allow(non_upper_case_globals, unused_attributes, unused_qualifications, clippy::absolute_paths)]
#[allow(
non_upper_case_globals,
unused_attributes,
unused_qualifications,
clippy::absolute_paths,
)]
const _: () = {
#use_serde
#code
Expand Down

0 comments on commit 40f1d19

Please sign in to comment.