Skip to content

Commit

Permalink
apply cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed May 25, 2024
1 parent 68502ab commit ce88a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/salsa-2022-macros/src/tracked_struct.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ impl TrackedStruct {
#as_debug_with_db_impl
#debug_impl
})
}
}

fn config_impl(&self, config_struct: &syn::ItemStruct) -> syn::ItemImpl {
let config_ident = &config_struct.ident;
Expand Down Expand Up @@ -198,7 +198,7 @@ impl TrackedStruct {
}
}
}

TheStructKind::Pointer(lt_db) => {
if !*is_clone_field {
parse_quote_spanned! { field_get_name.span() =>
Expand Down

0 comments on commit ce88a8f

Please sign in to comment.