From 0cc7053efa243c117b0d9278a5a62eb62ecee227 Mon Sep 17 00:00:00 2001 From: Jeffrey Seyfried Date: Mon, 30 Jan 2017 23:48:14 +0000 Subject: Remove `Token::MatchNt`. --- src/libsyntax/parse/token.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index cb052b9593d..5b65aac92b8 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -152,9 +152,6 @@ pub enum Token { // Can be expanded into several tokens. /// Doc comment DocComment(ast::Name), - // In left-hand-sides of MBE macros: - /// Parse a nonterminal (name to bind, name of NT) - MatchNt(ast::Ident, ast::Ident), // In right-hand-sides of MBE macros: /// A syntactic variable that will be filled in by macro expansion. SubstNt(ast::Ident), -- cgit 1.4.1-3-g733a5