Skip to content

Commit 24b77ea

Browse files
authoredJun 23, 2020
Rollup merge of rust-lang#5710 - lcnr:patch-1, r=flip1995
typo changelog: none
2 parents 9505919 + dee794f commit 24b77ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎clippy_lints/src/new_without_default.rs

+1-1
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)
Please sign in to comment.