Replace unnecessary use of generics_with_de_lifetime

This commit is contained in:
David Tolnay
2025-09-25 09:26:00 -07:00
parent c78f7d2e30
commit e219a0d4b7
+1 -1
View File
@@ -635,7 +635,7 @@ fn deserialize_map_in_place(
});
let this_type = &params.this_type;
let (_, _, ty_generics, _) = params.generics_with_de_lifetime();
let (_, ty_generics, _) = params.generics.split_for_impl();
let let_default = match cattrs.default() {
attr::Default::Default => Some(quote!(