Skip to content

Commit

Permalink
Delete dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Sep 29, 2024
1 parent e18156a commit c39e2c9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1201,16 +1201,6 @@ impl<'a> IntoIterator for &'a RuleParsingIntoIter<String> {
}
}

trait RuleParsingExt<'a>: Sized {
fn parse_rules(self) -> RuleParserAdapter<Self>;
}

impl<'a> RuleParsingExt<'a> for str::Split<'a, &'a str> {
fn parse_rules(self) -> RuleParserAdapter<Self> {
RuleParserAdapter { inner: self }
}
}

/// A filter can match a set of [Rules](Rule).
#[derive(Debug, Default, Clone, PartialEq)]
pub struct Filter {
Expand Down

0 comments on commit c39e2c9

Please sign in to comment.