Revert "feat: Introducing the Matches as_matches method"

This reverts commit ef7ba96d4a.
This commit is contained in:
Clément Renault
2019-01-06 21:26:32 +01:00
parent 2cc5fbde1a
commit f32a59720d
2 changed files with 2 additions and 6 deletions

View File

@ -71,10 +71,6 @@ impl Matches {
windows: self.slices.windows(2),
}
}
pub fn as_matches(&self) -> &[Match] {
&self.matches
}
}
pub struct QueryIndexGroups<'a, 'b> {