1
Fork 0

Remove not used DotEq token

Currently libproc_macro does not use `DotEq` token.
https://github.com/rust-lang/rust/pull/49545 changed libproc_macro
to not generate `DotEq` token.
This commit is contained in:
yui-knk 2018-12-02 22:15:50 +09:00
parent 0765eb95b5
commit 96bf06baf3
6 changed files with 2 additions and 9 deletions

View file

@ -213,7 +213,6 @@ impl FromInternal<(TokenStream, &'_ ParseSess, &'_ mut Vec<Self>)>
})
}
DotEq => op!('.', '='),
OpenDelim(..) | CloseDelim(..) => unreachable!(),
Whitespace | Comment | Shebang(..) | Eof => unreachable!(),
}