Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
biskwikman authored and bluss committed Mar 10, 2024
1 parent 39f0bfa commit 2205612
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/iterators/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -323,12 +323,6 @@ pub struct Iter<'a, A, D> {
inner: ElementsRepr<SliceIter<'a, A>, ElementsBase<'a, A, D>>,
}

// impl<'a, A, D> fmt::Debug for Iter<'a, A, D> {
// fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
// f.debug_struct("Iter").field("inner", &self.inner).finish()
// }
// }

/// Counted read only iterator
#[derive(Debug)]
pub struct ElementsBase<'a, A, D> {
Expand Down

0 comments on commit 2205612

Please sign in to comment.