File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
clippy_lints/src/misc_early Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ declare_clippy_lint! {
116116 /// Warns if literal suffixes are not separated by an
117117 /// underscore.
118118 /// To enforce unseparated literal suffix style,
119- /// see `separated_literal_suffix` lint
119+ /// see the `separated_literal_suffix` lint.
120120 ///
121121 /// ### Why is this bad?
122122 /// Suffix style should be consistent.
@@ -138,7 +138,7 @@ declare_clippy_lint! {
138138 /// ### What it does
139139 /// Warns if literal suffixes are separated by an underscore.
140140 /// To enforce separated literal suffix style,
141- /// see `unseparated_literal_suffix` lint
141+ /// see the `unseparated_literal_suffix` lint.
142142 ///
143143 /// ### Why is this bad?
144144 /// Suffix style should be consistent.
You can’t perform that action at this time.
0 commit comments