1
Fork 0

chore: Fix some comments

Signed-off-by: StevenMia <flite@foxmail.com>
This commit is contained in:
StevenMia 2025-03-09 18:31:14 +08:00
parent a96fa317d7
commit 3583554405
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 =