File tree Expand file tree Collapse file tree 3 files changed +1
-161
lines changed Expand file tree Collapse file tree 3 files changed +1
-161
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: b5ba2f5517b1f90d07969ca3facdf5132e42436c
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 749ff5e76a0d08837964e44c66654679a3a88bb8
5
- refs/heads/try: 2487e164aeeeedaba78f597724a137959b1fb299
5
+ refs/heads/try: d07cd175daa24e25ce287ae013e5b6691c39dc36
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -137,7 +137,6 @@ extern crate rustrt;
137
137
#[ cfg( test) ] pub use realstd:: cmp;
138
138
#[ cfg( test) ] pub use realstd:: ty;
139
139
#[ cfg( test) ] pub use realstd:: boxed;
140
- #[ cfg( test) ] pub use realstd:: gc;
141
140
142
141
143
142
// NB: These reexports are in the order they should be listed in rustdoc
@@ -220,9 +219,6 @@ pub mod rand;
220
219
221
220
pub mod ascii;
222
221
223
- #[ cfg( not( test) ) ]
224
- pub mod gc;
225
-
226
222
pub mod time;
227
223
228
224
/* Common traits */
You can’t perform that action at this time.
0 commit comments