Skip to content

Commit 5638fe1

Browse files
committed
---
yaml --- r: 37432 b: refs/heads/try c: b7872fa h: refs/heads/master v: v3
1 parent b9b724b commit 5638fe1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 09bb07bed9166105ea961a42b5fff7739ae0d2e9
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5-
refs/heads/try: 9bcafa28aa7beadafd0994f09ad25b0dfc23f46e
5+
refs/heads/try: b7872fa13eb561956455eefbb06a63411cb4ad14
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278

branches/try/src/libcore/core.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub use vec::{ConstVector, CopyableVector, ImmutableVector};
1717
pub use vec::{ImmutableEqVector, ImmutableCopyableVector};
1818
pub use vec::{MutableVector, MutableCopyableVector};
1919
pub use iter::{BaseIter, ExtendedIter, EqIter, CopyableIter};
20-
pub use iter::{CopyableOrderedIter, Times, TimesIx};
20+
pub use iter::{CopyableOrderedIter, Times};
2121
pub use num::Num;
2222
pub use ptr::Ptr;
2323
pub use to_str::ToStr;

0 commit comments

Comments
 (0)