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! {
116
116
/// Warns if literal suffixes are not separated by an
117
117
/// underscore.
118
118
/// To enforce unseparated literal suffix style,
119
- /// see `separated_literal_suffix` lint
119
+ /// see the `separated_literal_suffix` lint.
120
120
///
121
121
/// ### Why is this bad?
122
122
/// Suffix style should be consistent.
@@ -138,7 +138,7 @@ declare_clippy_lint! {
138
138
/// ### What it does
139
139
/// Warns if literal suffixes are separated by an underscore.
140
140
/// To enforce separated literal suffix style,
141
- /// see `unseparated_literal_suffix` lint
141
+ /// see the `unseparated_literal_suffix` lint.
142
142
///
143
143
/// ### Why is this bad?
144
144
/// Suffix style should be consistent.
You can’t perform that action at this time.
0 commit comments