mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
Rename ImplItem to AssocItem
This commit is contained in:
parent
756e91732b
commit
92665358cd
12 changed files with 83 additions and 77 deletions
|
@ -63,7 +63,7 @@ pub fn syntax_node_to_token_tree(node: &SyntaxNode) -> Option<(tt::Subtree, Toke
|
|||
// * Items(SmallVec<[P<ast::Item>; 1]>) -> token_tree_to_items
|
||||
//
|
||||
// * TraitItems(SmallVec<[ast::TraitItem; 1]>)
|
||||
// * ImplItems(SmallVec<[ast::ImplItem; 1]>)
|
||||
// * AssocItems(SmallVec<[ast::AssocItem; 1]>)
|
||||
// * ForeignItems(SmallVec<[ast::ForeignItem; 1]>
|
||||
|
||||
pub fn token_tree_to_syntax_node(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue