Remove MacroRulesTT.

This commit is contained in:
Jeffrey Seyfried
2016-09-13 06:25:02 +00:00
parent 0ddb66c4c7
commit 2abdc8805c
6 changed files with 51 additions and 57 deletions

View File

@@ -457,9 +457,6 @@ pub enum SyntaxExtension {
/// the block.
///
IdentTT(Box<IdentMacroExpander + 'static>, Option<Span>, bool),
/// Represents `macro_rules!` itself.
MacroRulesTT,
}
pub type NamedSyntaxExtension = (Name, SyntaxExtension);