aboutsummaryrefslogtreecommitdiff
path: root/src/lib/std.rc
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2010-11-03 17:10:37 -0700
committerPatrick Walton <[email protected]>2010-11-05 11:18:40 -0700
commitadb1754e4dcbf61abb93ac7604aed4e8bca080a8 (patch)
tree037acbf63e189a999291e04a9a9db4e777e9c003 /src/lib/std.rc
parentrustboot: Report cyclic import errors at the right location (diff)
downloadrust-adb1754e4dcbf61abb93ac7604aed4e8bca080a8.tar.xz
rust-adb1754e4dcbf61abb93ac7604aed4e8bca080a8.zip
Move the option type to its own module
Diffstat (limited to 'src/lib/std.rc')
-rw-r--r--src/lib/std.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/std.rc b/src/lib/std.rc
index 16cfbb75..e00f2ef2 100644
--- a/src/lib/std.rc
+++ b/src/lib/std.rc
@@ -20,6 +20,7 @@ mod _task;
// Utility modules.
+mod option;
mod util;
// Authorize various rule-bendings.