mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Remove MappedSubtree
This commit is contained in:
parent
177c70128c
commit
5fb8c0ddfd
7 changed files with 21 additions and 41 deletions
|
@ -69,7 +69,7 @@ pub use crate::{
|
|||
parse_exprs_with_sep, parse_to_token_tree, syntax_node_to_token_tree,
|
||||
token_tree_to_syntax_node,
|
||||
},
|
||||
token_map::{MappedSubTree, TokenMap},
|
||||
token_map::TokenMap,
|
||||
};
|
||||
|
||||
/// This struct contains AST for a single `macro_rules` definition. What might
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue