Skip to content

Commit 2276d3c

Browse files
committed
---
yaml --- r: 136183 b: refs/heads/try c: d07cd17 h: refs/heads/master i: 136181: 9125789 136179: 20fa621 136175: 4cd85bf v: v3
1 parent 7089d59 commit 2276d3c

File tree

3 files changed

+1
-161
lines changed

3 files changed

+1
-161
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: b5ba2f5517b1f90d07969ca3facdf5132e42436c
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 749ff5e76a0d08837964e44c66654679a3a88bb8
5-
refs/heads/try: 2487e164aeeeedaba78f597724a137959b1fb299
5+
refs/heads/try: d07cd175daa24e25ce287ae013e5b6691c39dc36
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/libstd/gc.rs

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

branches/try/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)