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
+1 -1
View File
@@ -33,7 +33,7 @@
/// }
/// ```
///
/// 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);