Skip to content

Commit

Permalink
Thanks, clippy!
Browse files Browse the repository at this point in the history
  • Loading branch information
01mf02 committed Apr 16, 2024
1 parent 97493e4 commit 9bc0be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaq-play/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ fn read_str<'a>(
}
}

fn raw_input<'a>(slurp: bool, input: &'a str) -> impl Iterator<Item = &'a str> + 'a {
fn raw_input(slurp: bool, input: &str) -> impl Iterator<Item = &str> {
if slurp {
Box::new(std::iter::once(input))
} else {
Expand Down

0 comments on commit 9bc0be1

Please sign in to comment.