Skip to content

Commit f534350

Browse files
committed
---
yaml --- r: 3039 b: refs/heads/master c: 10a4ecb h: refs/heads/master i: 3037: 55dedf5 3035: 8dce9b9 3031: d368d6b 3023: 94c6d99 3007: 28d49db v: v3
1 parent 1337197 commit f534350

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-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: 2723e1c48f2c65e7b574cbeeb2a365a74341ff9a
2+
refs/heads/master: 10a4ecbd960b775bf428aa6a42f222c384ba84fe

trunk/src/lib/extfmt.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,7 @@ mod ct {
288288
} else if (str::eq(tstr, "o")) {
289289
ty_octal
290290
} else {
291-
// FIXME: Shouldn't need explicit fail here. Issue #542
292-
error("unknown type in conversion: " + tstr);
293-
fail
291+
error("unknown type in conversion: " + tstr)
294292
};
295293

296294
ret tup(t, i + 1u);

0 commit comments

Comments
 (0)