mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 03:38:00 +00:00
Close the map before checking for missing fields
This commit is contained in:
@@ -1093,10 +1093,10 @@ fn deserialize_map(
|
||||
}
|
||||
}
|
||||
|
||||
$extract_values
|
||||
|
||||
try!(visitor.end());
|
||||
|
||||
$extract_values
|
||||
|
||||
Ok($result)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user