We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9505919 + dee794f commit 24b77eaCopy full SHA for 24b77ea
clippy_lints/src/new_without_default.rs
@@ -33,7 +33,7 @@ declare_clippy_lint! {
33
/// }
34
/// ```
35
///
36
- /// To fix the lint, and a `Default` implementation that delegates to `new`:
+ /// To fix the lint, add a `Default` implementation that delegates to `new`:
37
38
/// ```ignore
39
/// struct Foo(Bar);
0 commit comments