Skip to content

Commit 57a1a5e

Browse files
committed
---
yaml --- r: 4123 b: refs/heads/master c: bc9db45 h: refs/heads/master i: 4121: 4cecb4b 4119: c3ee283 v: v3
1 parent 4c6f6e6 commit 57a1a5e

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,2 +1,2 @@
11
---
2-
refs/heads/master: c0976ad70b86eb419f3c379d3a7bd5b8b6dc2512
2+
refs/heads/master: bc9db454a07f8be8b4de81495acc6f60d4bb8ba7

trunk/src/test/bench/shootout-fasta.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ fn make_repeat_fasta(str id, str desc, str s, int n) {
6565
if (str::byte_len(op) > 0u) { log op; }
6666
}
6767

68-
fn acid(char ch, u32 prob) { ret rec(ch=ch, prob=prob); }
68+
fn acid(char ch, u32 prob) -> aminoacids { ret rec(ch=ch, prob=prob); }
6969

7070
fn main(vec[str] args) {
7171
let vec[aminoacids] iub =

0 commit comments

Comments
 (0)