From 9cced55b93a14cdca9bb86ae99b22021fac8685f Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 12 Dec 2012 10:44:01 -0800 Subject: syntax: remove all remaining uses of #ast, and #ast / qquote itself. --- src/libsyntax/parse/parser.rs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 709d1537d41..ead0de78f6e 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -81,13 +81,6 @@ use ast::{_mod, add, arg, arm, attribute, export Parser; -// FIXME (#3726): #ast expects to find this here but it's actually -// defined in `parse` Fixing this will be easier when we have export -// decls on individual items -- then parse can export this publicly, and -// everything else crate-visibly. -use parse::parse_from_source_str; -export parse_from_source_str; - export item_or_view_item, iovi_none, iovi_view_item, iovi_item; enum restriction { -- cgit 1.4.1-3-g733a5