Rollup merge of #138270 - StevenMia:master, r=compiler-errors
chore: Fix some comments Fix some comments
This commit is contained in:
commit
86065acbc3
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