Skip to content

Commit 7066ca6

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

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
@@ -142,7 +142,7 @@ fn report_mismatches<'tcx>(
142142
// Ignore any other kind of lifetime
143143
(_, Other) => continue,
144144

145-
// e.g. `&T`
145+
// E.g. `&T`.
146146
(Implicit, Reference | OutlivesBound | PreciseCapturing) |
147147
// e.g. `&'_ T`
148148
(ExplicitAnonymous, Reference | OutlivesBound | PreciseCapturing) |

0 commit comments

Comments
 (0)