mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 06:48:00 +00:00
Delete unneeded field of MapDeserializer
This commit is contained in:
@@ -1585,7 +1585,6 @@ mod content {
|
||||
iter: <Vec<(Content<'de>, Content<'de>)> as IntoIterator>::IntoIter,
|
||||
value: Option<Content<'de>>,
|
||||
count: usize,
|
||||
lifetime: PhantomData<&'de ()>,
|
||||
error: PhantomData<E>,
|
||||
}
|
||||
|
||||
@@ -1595,7 +1594,6 @@ mod content {
|
||||
iter: content.into_iter(),
|
||||
value: None,
|
||||
count: 0,
|
||||
lifetime: PhantomData,
|
||||
error: PhantomData,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user