apply cargo fmt

This commit is contained in:
Niko Matsakis 2024-05-25 16:25:06 -04:00
parent 68502ab27f
commit ce88a8f9ca

View file

@ -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() =>