Skip to content

Commit 707bb61

Browse files
committed
making clippy happy
1 parent 2850562 commit 707bb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ impl Parser<env::ArgsOs> {
105105
}
106106
}
107107

108-
impl<'a, I> Parser<I> {
108+
impl<I> Parser<I> {
109109
/// Creates a `Parser` from any iterator that yields `OsString` items.
110110
///
111111
/// # Errors

0 commit comments

Comments
 (0)