Rename syntax_node_to_token_tree_censored

This commit is contained in:
Florian Diebold 2022-02-09 12:00:03 +01:00
parent ecf3cff4a6
commit bdb7ae5dd0
4 changed files with 10 additions and 9 deletions

View file

@ -30,7 +30,7 @@ pub use tt::{Delimiter, DelimiterKind, Punct};
pub use crate::{
syntax_bridge::{
parse_exprs_with_sep, parse_to_token_tree, syntax_node_to_token_tree,
syntax_node_to_token_tree_censored, token_tree_to_syntax_node, SyntheticToken,
syntax_node_to_token_tree_with_modifications, token_tree_to_syntax_node, SyntheticToken,
SyntheticTokenId,
},
token_map::TokenMap,