Skip to content

Commit

Permalink
Chunks<'_> to plain old Chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
bcmyers committed Jun 10, 2019
1 parent c14b4da commit 4f3d473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collapse/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ impl Input {
})
}

fn chunks(&self) -> Chunks<'_> {
fn chunks(&self) -> Chunks {
Chunks {
current_index: 0,
data: &self.inner[..],
Expand Down

0 comments on commit 4f3d473

Please sign in to comment.