Formatting

This commit is contained in:
Edwin Cheng 2019-05-23 09:31:36 +08:00
parent dd50ca7c5e
commit 27ae626cfb

View File

@ -43,7 +43,7 @@ fn get(&self, pos: usize) -> Option<TtToken> {
cached.push(None);
continue;
}
match cursor.token_tree() {
Some(tt::TokenTree::Leaf(leaf)) => {
cached.push(Some(convert_leaf(&leaf)));