mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-27 22:47:56 +00:00
Remove unneeded trait bounds
This commit is contained in:
@@ -32,6 +32,10 @@ impl<'a> Serializer<'a> {
|
||||
None
|
||||
}
|
||||
}
|
||||
|
||||
pub fn remaining(&self) -> usize {
|
||||
self.tokens.len()
|
||||
}
|
||||
}
|
||||
|
||||
macro_rules! assert_next_token {
|
||||
|
||||
Reference in New Issue
Block a user