Skip to content

Commit 2ca215f

Browse files
Update compiler/rustc_lint/src/lifetime_style.rs
Co-authored-by: Travis Cross <[email protected]>
1 parent 7066ca6 commit 2ca215f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_lint/src/lifetime_style.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ fn report_mismatches<'tcx>(
124124
// Some styles prevent using implicit syntax at all.
125125
let mut allow_suggesting_implicit = true;
126126

127-
// It only makes sense to suggest mixed if we have both sources
127+
// It only makes sense to suggest mixed if we have both sources.
128128
let mut saw_a_reference = false;
129129
let mut saw_a_path = false;
130130

0 commit comments

Comments
 (0)