]> git.lizzy.rs Git - rust.git/blobdiff - src/libsyntax/ext/quote.rs
Auto merge of #48917 - petrochenkov:import, r=oli-obk
[rust.git] / src / libsyntax / ext / quote.rs
index b322fd9df3ec03f7e4e04b2f6c2c1b57df5b2c0d..6844532e7b375ece36530f74a3d9c56dfb85e9ef 100644 (file)
@@ -709,7 +709,6 @@ macro_rules! mk_lit {
         token::Pound        => "Pound",
         token::Dollar       => "Dollar",
         token::Question     => "Question",
-        token::Underscore   => "Underscore",
         token::Eof          => "Eof",
 
         token::Whitespace | token::Comment | token::Shebang(_) => {