From fc584793237c388e9dca76ef406d1af34e453fe2 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Thu, 18 Dec 2014 20:09:57 -0800 Subject: Stop using macro_escape as an inner attribute In preparation for the rename. --- src/libsyntax/parse/mod.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/libsyntax/parse/mod.rs') diff --git a/src/libsyntax/parse/mod.rs b/src/libsyntax/parse/mod.rs index 3e4f2c8d4e2..05ed535ee36 100644 --- a/src/libsyntax/parse/mod.rs +++ b/src/libsyntax/parse/mod.rs @@ -24,8 +24,10 @@ use std::num::Int; use std::str; use std::iter; -pub mod lexer; +#[macro_escape] pub mod parser; + +pub mod lexer; pub mod token; pub mod attr; -- cgit 1.4.1-3-g733a5