mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Formatting
This commit is contained in:
parent
dd50ca7c5e
commit
27ae626cfb
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ impl<'a> SubtreeWalk<'a> {
|
|||
cached.push(None);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
match cursor.token_tree() {
|
||||
Some(tt::TokenTree::Leaf(leaf)) => {
|
||||
cached.push(Some(convert_leaf(&leaf)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue