diff options
Diffstat (limited to 'src/libsyntax/parse')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 7 |
1 files changed, 0 insertions, 7 deletions
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 { |
