diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-04-05 17:30:26 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-04-05 20:29:42 -0700 |
| commit | d13c0c77a2f41d5798f947638e19076a445cd260 (patch) | |
| tree | 20a523b802dd74e1af0bbf4b3b877a20e4ea3c0a /src/libstd/std.rc | |
| parent | c83d61de936f2910001fe72de01ac58479d90524 (diff) | |
| download | rust-d13c0c77a2f41d5798f947638e19076a445cd260.tar.gz rust-d13c0c77a2f41d5798f947638e19076a445cd260.zip | |
Explicitly use version 0.2 of crates
Diffstat (limited to 'src/libstd/std.rc')
| -rw-r--r-- | src/libstd/std.rc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc index 43b61e195e2..072ad5e25ac 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -8,6 +8,11 @@ #[crate_type = "lib"]; #[doc = "The Rust standard library"]; +#[no_core]; + +use core(vers = "0.2"); +import core::*; + export net, uv; export c_vec, four, tri, util; export bitv, deque, fun_treemap, list, map, smallintmap, sort, treemap, ufind; @@ -15,7 +20,6 @@ export rope, arena; export ebml, dbg, getopts, json, rand, sha1, term, time, prettyprint; export test, tempfile, serialization; - // General io and system-services modules mod net; |
