mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Re-implement syntax fixups
This commit is contained in:
parent
7a8c4c001b
commit
f48fa0c6cb
7 changed files with 406 additions and 262 deletions
|
@ -36,7 +36,7 @@ pub use crate::{
|
|||
syntax_bridge::{
|
||||
map_from_syntax_node, parse_exprs_with_sep, parse_to_token_tree,
|
||||
parse_to_token_tree_static_span, syntax_node_to_token_tree,
|
||||
syntax_node_to_token_tree_censored, token_tree_to_syntax_node, SpanMapper,
|
||||
syntax_node_to_token_tree_modified, token_tree_to_syntax_node, SpanMapper,
|
||||
},
|
||||
token_map::TokenMap,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue