We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2487e16 commit d07cd17Copy full SHA for d07cd17
src/libstd/gc.rs
src/libstd/lib.rs
@@ -137,7 +137,6 @@ extern crate rustrt;
137
#[cfg(test)] pub use realstd::cmp;
138
#[cfg(test)] pub use realstd::ty;
139
#[cfg(test)] pub use realstd::boxed;
140
-#[cfg(test)] pub use realstd::gc;
141
142
143
// NB: These reexports are in the order they should be listed in rustdoc
@@ -220,9 +219,6 @@ pub mod rand;
220
219
221
pub mod ascii;
222
223
-#[cfg(not(test))]
224
-pub mod gc;
225
-
226
pub mod time;
227
228
/* Common traits */
0 commit comments