We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0be2da commit 74d3ac7Copy full SHA for 74d3ac7
clippy_lints/src/utils/internal_lints.rs
@@ -155,8 +155,8 @@ declare_clippy_lint! {
155
/// wrapper functions `span_lint_and_sugg`, span_lint_and_help`, or
156
/// `span_lint_and_note`.
157
///
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.
+ /// **Why is this bad?** Using the wrapper `span_lint_and_*` functions, is more
+ /// convenient, readable and less error prone.
160
161
/// **Known problems:** None
162
0 commit comments