Skip to content

Commit 74d3ac7

Browse files
xiongmao86flip1995
andauthored
Update clippy_lints/src/utils/internal_lints.rs
Co-Authored-By: Philipp Krones <[email protected]>
1 parent f0be2da commit 74d3ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clippy_lints/src/utils/internal_lints.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ declare_clippy_lint! {
155155
/// wrapper functions `span_lint_and_sugg`, span_lint_and_help`, or
156156
/// `span_lint_and_note`.
157157
///
158-
/// **Why is this bad?** There are wrapper `span_lint_and_*` functions, it is
159-
/// convenient, more readable and more error resistant to use wrapper functions.
158+
/// **Why is this bad?** Using the wrapper `span_lint_and_*` functions, is more
159+
/// convenient, readable and less error prone.
160160
///
161161
/// **Known problems:** None
162162
///

0 commit comments

Comments
 (0)