Skip to content

Commit

Permalink
Update literals lint description
Browse files Browse the repository at this point in the history
  • Loading branch information
dswij committed Oct 29, 2021
1 parent 6ea3a0a commit 23f5736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clippy_lints/src/misc_early/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ declare_clippy_lint! {
/// Warns if literal suffixes are not separated by an
/// underscore.
/// To enforce unseparated literal suffix style,
/// see `separated_literal_suffix` lint
/// see the `separated_literal_suffix` lint.
///
/// ### Why is this bad?
/// Suffix style should be consistent.
Expand All @@ -138,7 +138,7 @@ declare_clippy_lint! {
/// ### What it does
/// Warns if literal suffixes are separated by an underscore.
/// To enforce separated literal suffix style,
/// see `unseparated_literal_suffix` lint
/// see the `unseparated_literal_suffix` lint.
///
/// ### Why is this bad?
/// Suffix style should be consistent.
Expand Down

0 comments on commit 23f5736

Please sign in to comment.