1
Fork 0

Rollup merge of #138270 - StevenMia:master, r=compiler-errors

chore: Fix some comments

 Fix some comments
This commit is contained in:
Matthias Krüger 2025-03-10 09:32:15 +01:00 committed by GitHub
commit 86065acbc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View file

@ -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 =