diff options
| author | bors <bors@rust-lang.org> | 2013-04-27 19:18:33 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-04-27 19:18:33 -0700 |
| commit | 5f7947aa52f79943593c36d71868757ef351b94e (patch) | |
| tree | 246190c51857def54922ac4888e990d2e53164ca /src/libstd/std.rc | |
| parent | dd5b1de1812f308ad68472d2ab06c15d3c342d75 (diff) | |
| parent | f792baba42b79711b64950c46208a1eb4b9539be (diff) | |
| download | rust-5f7947aa52f79943593c36d71868757ef351b94e.tar.gz rust-5f7947aa52f79943593c36d71868757ef351b94e.zip | |
auto merge of #6075 : thestinger/rust/no-no_core, r=brson
core injection works fine now
Diffstat (limited to 'src/libstd/std.rc')
| -rw-r--r-- | src/libstd/std.rc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc index 07c679409cf..0a5348d7976 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -30,11 +30,6 @@ not required in or otherwise suitable for the core library. #[deny(non_camel_case_types)]; #[allow(deprecated_mutable_fields)]; -#[no_core]; - -extern mod core(vers = "0.7-pre"); -use core::prelude::*; - pub mod uv_ll; // General io and system-services modules |
