Skip to content

Commit 2205612

Browse files
biskwikmanbluss
authored andcommitted
removed commented code
1 parent 39f0bfa commit 2205612

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/iterators/mod.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -323,12 +323,6 @@ pub struct Iter<'a, A, D> {
323323
inner: ElementsRepr<SliceIter<'a, A>, ElementsBase<'a, A, D>>,
324324
}
325325

326-
// impl<'a, A, D> fmt::Debug for Iter<'a, A, D> {
327-
// fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
328-
// f.debug_struct("Iter").field("inner", &self.inner).finish()
329-
// }
330-
// }
331-
332326
/// Counted read only iterator
333327
#[derive(Debug)]
334328
pub struct ElementsBase<'a, A, D> {

0 commit comments

Comments
 (0)