forked from Orchid/orchid
backup commit
This commit is contained in:
@@ -33,4 +33,4 @@ where
|
||||
pub fn into_boxed_iter<'a, T: 'a>(t: T) -> BoxedIter<'a, <T as IntoIterator>::Item>
|
||||
where T: IntoIterator {
|
||||
Box::new(t.into_iter())
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user