mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-16 18:21:02 +00:00
Remove unneeded trait bounds
This commit is contained in:
@@ -49,6 +49,10 @@ impl<'de> Deserializer<'de> {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn remaining(&self) -> usize {
|
||||
self.tokens.len()
|
||||
}
|
||||
|
||||
fn visit_seq<V>(
|
||||
&mut self,
|
||||
len: Option<usize>,
|
||||
|
||||
Reference in New Issue
Block a user