Skip to content

Commit

Permalink
Removed unused type from backwards method
Browse files Browse the repository at this point in the history
  • Loading branch information
halvorboe authored and fulmicoton committed Jan 29, 2020
1 parent a163b26 commit d68b6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ impl<'m, A: Automaton> StreamBuilder<'m, A> {
}

/// Make it iterate backwards.
pub fn backwards<T: AsRef<[u8]>>(self) -> Self {
pub fn backwards(self) -> Self {
StreamBuilder(self.0.backwards())
}

Expand Down

0 comments on commit d68b6c1

Please sign in to comment.