Skip to content

Commit dee794f

Browse files
authored
typo
1 parent 7427065 commit dee794f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/new_without_default.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ declare_clippy_lint! {
3333
/// }
3434
/// ```
3535
///
36-
/// To fix the lint, and a `Default` implementation that delegates to `new`:
36+
/// To fix the lint, add a `Default` implementation that delegates to `new`:
3737
///
3838
/// ```ignore
3939
/// struct Foo(Bar);

0 commit comments

Comments
 (0)