Skip to content

Commit d07cd17

Browse files
committed
std: remove gc module.
1 parent 2487e16 commit d07cd17

File tree

2 files changed

+0
-160
lines changed

2 files changed

+0
-160
lines changed

src/libstd/gc.rs

Lines changed: 0 additions & 156 deletions
This file was deleted.

src/libstd/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ extern crate rustrt;
137137
#[cfg(test)] pub use realstd::cmp;
138138
#[cfg(test)] pub use realstd::ty;
139139
#[cfg(test)] pub use realstd::boxed;
140-
#[cfg(test)] pub use realstd::gc;
141140

142141

143142
// NB: These reexports are in the order they should be listed in rustdoc
@@ -220,9 +219,6 @@ pub mod rand;
220219

221220
pub mod ascii;
222221

223-
#[cfg(not(test))]
224-
pub mod gc;
225-
226222
pub mod time;
227223

228224
/* Common traits */

0 commit comments

Comments
 (0)