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