Skip to content

Commit 7e380f0

Browse files
committed
---
yaml --- r: 2731 b: refs/heads/master c: f1c1887 h: refs/heads/master i: 2729: b5b4304 2727: bc360dd v: v3
1 parent f128886 commit 7e380f0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: f6beec6c43a720cded80cb2769b295882b94fdc2
2+
refs/heads/master: f1c1887cabcb98ea1873427024e495ad64ae35f8

trunk/src/lib/list.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ fn foldl[T,U](&list[T] ls, &U u, fn(&T t, &U u) -> U f) -> U {
3131
ret u;
3232
}
3333
}
34-
fail; // TODO: remove me when exhaustiveness checking works
3534
}
3635

3736
fn find[T,U](&list[T] ls,
@@ -51,8 +50,6 @@ fn find[T,U](&list[T] ls,
5150
ret none[U];
5251
}
5352
}
54-
55-
fail; // TODO: remove me when exhaustiveness checking works
5653
}
5754

5855
fn length[T](&list[T] ls) -> uint {

0 commit comments

Comments
 (0)