Skip to content

Commit

Permalink
Remove unused lifetime
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed May 22, 2023
1 parent 3eac8fb commit 65110c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asciicast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ impl From<serde_json::Error> for Error {
}
}

pub fn open<'a, R: BufRead>(
pub fn open<R: BufRead>(
reader: R,
) -> Result<(Header, impl Iterator<Item = Result<Event, Error>>), Error> {
let mut lines = reader.lines();
Expand Down

0 comments on commit 65110c6

Please sign in to comment.