Skip to content

Commit c560ef0

Browse files
committed
Fix new clippy lints.
1 parent 3b03ddc commit c560ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ where
741741
pattern_index >= pattern_len
742742
}
743743

744-
impl<'a, S> Debug for Wildcard<'a, S>
744+
impl<S> Debug for Wildcard<'_, S>
745745
where
746746
S: WildcardSymbol + Display,
747747
{

0 commit comments

Comments
 (0)