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.
1 parent 6913268 commit 7a05488Copy full SHA for 7a05488
src/de_mut/str_seq.rs
@@ -38,7 +38,7 @@ impl<'de> Deserialize<'de> for StrSeq<'_> {
38
cursor: match value_deserialzer.cursor {
39
ValueCursor::Prop(_, cursor) => cursor,
40
_ => {
41
- unreachable!("Reg Deserialize should only be called by prop cursor")
+ unreachable!("StrSeq Deserialize should only be called by prop cursor")
42
}
43
},
44
};
0 commit comments