Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemcdermottredjack authored and weiznich committed Oct 2, 2022
1 parent 7d512b8 commit 8444d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diesel_derives/src/insertable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pub fn derive(item: DeriveInput) -> TokenStream {
#[allow(unused_qualifications)]
#insert_owned

#[allow(unused_qualifications)]
#[allow(unused_qualifications)]
#insert_borrowed

impl #impl_generics UndecoratedInsertRecord<#table_name::table>
Expand Down

0 comments on commit 8444d15

Please sign in to comment.