We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3202a68 commit 48cc2a6Copy full SHA for 48cc2a6
serde_derive/src/internals/receiver.rs
@@ -84,7 +84,7 @@ impl ReplaceReceiver<'_> {
84
self.visit_type_mut_impl(ty);
85
return;
86
};
87
- *ty = self.self_ty(span).into();
+ *ty = Type::Path(self.self_ty(span));
88
}
89
90
// `Self::Assoc` -> `<Receiver>::Assoc`
0 commit comments