Merge pull request #781 from badboy/patch-1
Fix typo in new_without_default docu
This commit is contained in:
commit
6a39ae2623
@ -9,7 +9,7 @@
|
||||
/// **What it does:** This lints about type with a `fn new() -> Self` method and no `Default`
|
||||
/// implementation.
|
||||
///
|
||||
/// **Why is this bad?** User might expect to be able to use `Default` is the type can be
|
||||
/// **Why is this bad?** User might expect to be able to use `Default` as the type can be
|
||||
/// constructed without arguments.
|
||||
///
|
||||
/// **Known problems:** Hopefully none.
|
||||
|
Loading…
Reference in New Issue
Block a user