mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Rename TypeParamList -> GenericParamList
This commit is contained in:
parent
eb2f806344
commit
28ef4c375a
53 changed files with 155 additions and 154 deletions
|
@ -667,7 +667,7 @@ fn extract_struct_traits(ast: &mut AstSrc) {
|
|||
("AttrsOwner", &["attrs"]),
|
||||
("NameOwner", &["name"]),
|
||||
("VisibilityOwner", &["visibility"]),
|
||||
("TypeParamsOwner", &["type_param_list", "where_clause"]),
|
||||
("GenericParamsOwner", &["generic_param_list", "where_clause"]),
|
||||
("TypeBoundsOwner", &["type_bound_list", "colon_token"]),
|
||||
("ModuleItemOwner", &["items"]),
|
||||
("TypeAscriptionOwner", &["ascribed_type"]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue