Skip to content

Commit

Permalink
Select is not a fused iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
Noname-Official committed Jul 6, 2024
1 parent 28c0069 commit 45df63e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/element_ref/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ impl<'a, 'b> Iterator for Select<'a, 'b> {
}
}

impl FusedIterator for Select<'_, '_> {}

/// Iterator over descendent text nodes.
#[derive(Debug, Clone)]
pub struct Text<'a> {
Expand Down

0 comments on commit 45df63e

Please sign in to comment.