mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-28 18:27:55 +00:00
remove duplicate into_iter
This commit is contained in:
@@ -432,5 +432,5 @@ pub fn iterator<I>(iter: I) -> Iterator<I>
|
||||
where <I as IntoIterator>::Item: Serialize,
|
||||
I: IntoIterator
|
||||
{
|
||||
Iterator(RefCell::new(Some(iter.into_iter())))
|
||||
Iterator(RefCell::new(Some(iter)))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user