Skip to content

Commit 23f5736

Browse files
committed
Update literals lint description
1 parent 6ea3a0a commit 23f5736

File tree

1 file changed

+2
-2
lines changed
  • clippy_lints/src/misc_early

1 file changed

+2
-2
lines changed

clippy_lints/src/misc_early/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)