loc_has -> loc_implements

This commit is contained in:
Bryce Miller 2023-05-20 19:24:08 -04:00
parent d700a6a6e6
commit 46cb45f717
No known key found for this signature in database
GPG key ID: F1E97BF8DF152350
5 changed files with 7 additions and 7 deletions

View file

@ -123,7 +123,7 @@ impl<'a> Formattable for TypeDef<'a> {
}
Ability {
header: TypeHeader { name, vars },
loc_has: _,
loc_implements: _,
members,
} => {
buf.indent(indent);