Skip to content

Commit f576bf1

Browse files
committed
---
yaml --- r: 46672 b: refs/heads/auto c: 3550233 h: refs/heads/master v: v3
1 parent 6d24817 commit f576bf1

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
@@ -14,4 +14,4 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1414
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1515
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1616
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17-
refs/heads/auto: a4d22635e1453d77e90c4335f5c2e1f62e3185eb
17+
refs/heads/auto: 3550233d37c4acc5c438dbd2bab62869484b54a9

branches/auto/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 }

branches/auto/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 */

branches/auto/src/libcore/trie.rs

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

0 commit comments

Comments
 (0)