fix improper deserializing structs-as-maps
This commit is contained in:
parent
4fc124de9b
commit
d68710ea09
@ -440,8 +440,6 @@ fn deserialize_struct_from_map(
|
|||||||
_ => { return $deserializer.syntax_error(); }
|
_ => { return $deserializer.syntax_error(); }
|
||||||
};
|
};
|
||||||
|
|
||||||
try!($deserializer.expect_struct_end());
|
|
||||||
|
|
||||||
Ok(result)
|
Ok(result)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user