We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d91f8ba + 88da17c commit a685dcfCopy full SHA for a685dcf
serde_derive/src/ser.rs
@@ -150,7 +150,7 @@ fn build_generics(cont: &Container) -> syn::Generics {
150
}
151
152
// Fields with a `skip_serializing` or `serialize_with` attribute, or which
153
-// belong to a variant with a 'skip_serializing` or `serialize_with` attribute,
+// belong to a variant with a `skip_serializing` or `serialize_with` attribute,
154
// are not serialized by us so we do not generate a bound. Fields with a `bound`
155
// attribute specify their own bound so we do not generate one. All other fields
156
// may need a `T: Serialize` bound where T is the type of the field.
0 commit comments