mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-17 15:55:23 +00:00
remove useless operations
This commit is contained in:
parent
0a0817905e
commit
aa90d02079
2 changed files with 2 additions and 2 deletions
|
@ -210,7 +210,7 @@ impl<'a> Writer<'a> {
|
|||
let idx_tag = match child {
|
||||
tt::TokenTree::Subtree(it) => {
|
||||
let idx = self.enqueue(it);
|
||||
idx << 2 | 0b00
|
||||
idx << 2
|
||||
}
|
||||
tt::TokenTree::Leaf(leaf) => match leaf {
|
||||
tt::Leaf::Literal(lit) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue