From 2fcf81cc4b132bf7d862f5144d282391b38d0c15 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Fri, 5 Nov 2010 10:41:23 -0700 Subject: Revert "Move the option type to its own module" --- src/comp/front/parser.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/comp/front/parser.rs') diff --git a/src/comp/front/parser.rs b/src/comp/front/parser.rs index e3066436..d42f7b45 100644 --- a/src/comp/front/parser.rs +++ b/src/comp/front/parser.rs @@ -1,8 +1,8 @@ import std._io; -import std.option.some; -import std.option.none; -import std.map.hashmap; import std.util.option; +import std.util.some; +import std.util.none; +import std.map.hashmap; import driver.session; import util.common; -- cgit v1.2.3