mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
Skip buildin subtrees for builtin derives
This commit is contained in:
parent
ff15634831
commit
4ff93398fd
4 changed files with 243 additions and 76 deletions
|
@ -34,7 +34,8 @@ pub use ::parser::TopEntryPoint;
|
|||
|
||||
pub use crate::{
|
||||
syntax_bridge::{
|
||||
parse_exprs_with_sep, parse_to_token_tree, syntax_node_to_token_tree,
|
||||
parse_exprs_with_sep, parse_to_token_tree, syntax_node_to_token_map,
|
||||
syntax_node_to_token_map_with_modifications, syntax_node_to_token_tree,
|
||||
syntax_node_to_token_tree_with_modifications, token_tree_to_syntax_node, SyntheticToken,
|
||||
SyntheticTokenId,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue