Skip to content

Commit

Permalink
Update clippy_lints/src/utils/internal_lints.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Philipp Krones <hello@philkrones.com>
  • Loading branch information
xiongmao86 and flip1995 committed Apr 16, 2020
1 parent f0be2da commit 74d3ac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clippy_lints/src/utils/internal_lints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ declare_clippy_lint! {
/// wrapper functions `span_lint_and_sugg`, span_lint_and_help`, or
/// `span_lint_and_note`.
///
/// **Why is this bad?** There are wrapper `span_lint_and_*` functions, it is
/// convenient, more readable and more error resistant to use wrapper functions.
/// **Why is this bad?** Using the wrapper `span_lint_and_*` functions, is more
/// convenient, readable and less error prone.
///
/// **Known problems:** None
///
Expand Down

0 comments on commit 74d3ac7

Please sign in to comment.