Skip to content

Commit bd79f2a

Browse files
committed
---
yaml --- r: 20686 b: refs/heads/snap-stage3 c: c918bd0 h: refs/heads/master v: v3
1 parent 0fe1924 commit bd79f2a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: e430a699f2c60890d9b86069fd0c68a70ece7120
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 6d142c5e25e0613fb4981cd7a8436181a1791982
4+
refs/heads/snap-stage3: c918bd01b0aef638cf99d877b0666ef4d00749db
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/test/bench/shootout-k-nucleotide-pipes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ fn update_freq(mm: hashmap<~[u8], uint>, key: &[u8]) {
7575
// given a ~[u8], for each window call a function
7676
// i.e., for "hello" and windows of size four,
7777
// run it("hell") and it("ello"), then return "llo"
78-
fn windows_with_carry(bb: ~[const u8], nn: uint,
78+
fn windows_with_carry(bb: &[u8], nn: uint,
7979
it: fn(window: &[u8])) -> ~[u8] {
8080
let mut ii = 0u;
8181

branches/snap-stage3/src/test/bench/shootout-k-nucleotide.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ fn update_freq(mm: hashmap<~[u8], uint>, key: &[u8]) {
7373
// given a ~[u8], for each window call a function
7474
// i.e., for "hello" and windows of size four,
7575
// run it("hell") and it("ello"), then return "llo"
76-
fn windows_with_carry(bb: ~[const u8], nn: uint,
76+
fn windows_with_carry(bb: &[u8], nn: uint,
7777
it: fn(window: &[u8])) -> ~[u8] {
7878
let mut ii = 0u;
7979

0 commit comments

Comments
 (0)