Rollup merge of #5710 - lcnr:patch-1, r=flip1995

typo

changelog: none
This commit is contained in:
Philipp Krones 2020-06-23 14:39:44 +02:00 committed by GitHub
commit 24b77ea72f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ declare_clippy_lint! {
/// }
/// ```
///
/// To fix the lint, and a `Default` implementation that delegates to `new`:
/// To fix the lint, add a `Default` implementation that delegates to `new`:
///
/// ```ignore
/// struct Foo(Bar);