Skip to content

Commit 44beb83

Browse files
committed
---
yaml --- r: 44889 b: refs/heads/master c: 3550233 h: refs/heads/master i: 44887: a176719 v: v3
1 parent 3e2697e commit 44beb83

File tree

4 files changed

+2
-371
lines changed

4 files changed

+2
-371
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: a4d22635e1453d77e90c4335f5c2e1f62e3185eb
2+
refs/heads/master: 3550233d37c4acc5c438dbd2bab62869484b54a9
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
55
refs/heads/try: ef355f6332f83371e4acf04fc4eb940ab41d78d3

trunk/src/libcore/cmp.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ pub trait TotalOrd {
4545
pure fn cmp(&self, other: &Self) -> Ordering;
4646
}
4747

48+
#[inline(always)]
4849
pure fn icmp<T: Ord>(a: &T, b: &T) -> Ordering {
4950
if *a < *b { Less }
5051
else if *a > *b { Greater }

trunk/src/libcore/core.rc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ pub mod dlist;
144144
pub mod dlist_iter;
145145
pub mod hashmap;
146146
pub mod cell;
147-
pub mod trie;
148147

149148

150149
/* Tasks and communication */

trunk/src/libcore/trie.rs

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

0 commit comments

Comments
 (0)