Skip to content

Commit 17d7c97

Browse files
committed
---
yaml --- r: 23612 b: refs/heads/master c: afeaf7d h: refs/heads/master v: v3
1 parent 2930ee6 commit 17d7c97

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: c0f357924d8c96d2f8510055ecd79ed0f3e1840b
2+
refs/heads/master: afeaf7d88cda883428f0b18123f164e5d5a7e4f5
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/libcore/result.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pure fn get_ref<T, U>(res: &a/Result<T, U>) -> &a/T {
5353
pure fn get_err<T, U: copy>(res: Result<T, U>) -> U {
5454
match res {
5555
Err(u) => u,
56-
Ok(_) => fail ~"get_error called on ok result"
56+
Ok(_) => fail ~"get_err called on ok result"
5757
}
5858
}
5959

0 commit comments

Comments
 (0)