mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-22 21:05:11 +00:00
apply cargo fmt
This commit is contained in:
parent
68502ab27f
commit
ce88a8f9ca
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
@ -198,7 +198,7 @@ impl TrackedStruct {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
TheStructKind::Pointer(lt_db) => {
|
||||
if !*is_clone_field {
|
||||
parse_quote_spanned! { field_get_name.span() =>
|
||||
|
|
Loading…
Reference in a new issue