]> git.lizzy.rs Git - rust.git/blobdiff - src/libsyntax_expand/base.rs
Simplify Cache wrapper to single type, impl Deref on it, fix all compilation errors...
[rust.git] / src / libsyntax_expand / base.rs
index 97ee241d838bf48598de388e160cfd9dccd5e416..50b69f1587848b300fb99ca60812ce79d0f46410 100644 (file)
@@ -825,8 +825,6 @@ pub fn expn_data(&self, parent: ExpnId, call_site: Span, descr: Symbol) -> ExpnD
     }
 }
 
-pub type NamedSyntaxExtension = (Name, SyntaxExtension);
-
 /// Result of resolving a macro invocation.
 pub enum InvocationRes {
     Single(Lrc<SyntaxExtension>),