chore: Fix some comments
Signed-off-by: StevenMia <flite@foxmail.com>
This commit is contained in:
parent
a96fa317d7
commit
3583554405
5 changed files with 6 additions and 6 deletions
|
@ -133,7 +133,7 @@ impl<'tcx> LateLintPass<'tcx> for DefaultCouldBeDerived {
|
|||
return;
|
||||
}
|
||||
|
||||
// At least one of the fields with a default value have been overriden in
|
||||
// At least one of the fields with a default value have been overridden in
|
||||
// the `Default` implementation. We suggest removing it and relying on `..`
|
||||
// instead.
|
||||
let any_default_field_given =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue