mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Remove TypeAscriptionOwner
This commit is contained in:
parent
fbe60a2e28
commit
2e2642efcc
17 changed files with 64 additions and 90 deletions
|
@ -660,7 +660,6 @@ fn extract_struct_traits(ast: &mut AstSrc) {
|
|||
("GenericParamsOwner", &["generic_param_list", "where_clause"]),
|
||||
("TypeBoundsOwner", &["type_bound_list", "colon_token"]),
|
||||
("ModuleItemOwner", &["items"]),
|
||||
("TypeAscriptionOwner", &["ascribed_type"]),
|
||||
("LoopBodyOwner", &["label", "loop_body"]),
|
||||
("ArgListOwner", &["arg_list"]),
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue