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 a7ef206 commit 703bbcfCopy full SHA for 703bbcf
_src/deserialize-struct.md
@@ -44,7 +44,7 @@ impl<'de> Deserialize<'de> for Duration {
44
where
45
D: Deserializer<'de>,
46
{
47
- enum Field { Secs, Nanos };
+ enum Field { Secs, Nanos }
48
49
// This part could also be generated independently by:
50
//
0 commit comments