We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7066ca6 commit 2ca215fCopy full SHA for 2ca215f
compiler/rustc_lint/src/lifetime_style.rs
@@ -124,7 +124,7 @@ fn report_mismatches<'tcx>(
124
// Some styles prevent using implicit syntax at all.
125
let mut allow_suggesting_implicit = true;
126
127
- // It only makes sense to suggest mixed if we have both sources
+ // It only makes sense to suggest mixed if we have both sources.
128
let mut saw_a_reference = false;
129
let mut saw_a_path = false;
130
0 commit comments