Skip to content

Commit 23e645f

Browse files
committed
Fix mismatched_lifetime_syntaxes issue
1 parent 9e616f9 commit 23e645f

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
@@ -694,7 +694,7 @@ fn trim_indent(mut text: &str) -> String {
694694
.collect()
695695
}
696696

697-
fn lines_with_ends(text: &str) -> LinesWithEnds {
697+
fn lines_with_ends(text: &str) -> LinesWithEnds<'_> {
698698
LinesWithEnds { text }
699699
}
700700

0 commit comments

Comments
 (0)