mirror of
https://github.com/serde-rs/json.git
synced 2025-10-01 06:51:58 +00:00
Remove commented code from PR
This commit is contained in:
parent
1b02cfec24
commit
6ec3ae1077
@ -1029,8 +1029,6 @@ impl<'de, 'a, R: Read<'de> + 'a> de::SeqAccess<'de> for SeqAccess<'a, R> {
|
||||
Some(_) => Ok(Some(try!(seed.deserialize(&mut *self.de)))),
|
||||
None => Err(self.de.peek_error(ErrorCode::EofWhileParsingValue)),
|
||||
}
|
||||
//let value = try!(seed.deserialize(&mut *self.de));
|
||||
//Ok(Some(value))
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user