aboutsummaryrefslogtreecommitdiff
path: root/src/lib/std.rc
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-01-10 18:17:24 -0800
committerGraydon Hoare <[email protected]>2011-01-10 18:17:24 -0800
commit11cbbcf79e0de904eb7f176db7f7587b40637ec8 (patch)
treef1cb51eef032448d0ff6c76cdb72722d47de056d /src/lib/std.rc
parentFail in new_stdio_reader when libc.fopen fails. (diff)
downloadrust-11cbbcf79e0de904eb7f176db7f7587b40637ec8.tar.xz
rust-11cbbcf79e0de904eb7f176db7f7587b40637ec8.zip
Add std.path module for pathname manipulations.
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 b5a1030b..102aa4d1 100644
--- a/src/lib/std.rc
+++ b/src/lib/std.rc
@@ -56,6 +56,7 @@ mod rand;
mod dbg;
mod bitv;
mod sort;
+mod path;
// Local Variables:
// mode: rust;