Skip to content

Commit 2930ee6

Browse files
committed
---
yaml --- r: 23611 b: refs/heads/master c: c0f3579 h: refs/heads/master i: 23609: 018f70b 23607: c8272dd v: v3
1 parent 3ced349 commit 2930ee6

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: 628b94618695fdf24b5b8cc9f56af6d86efa265d
2+
refs/heads/master: c0f357924d8c96d2f8510055ecd79ed0f3e1840b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/libcore/vec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1877,7 +1877,7 @@ mod u8 {
18771877
pure fn gt(a: &~[u8], b: &~[u8]) -> bool { cmp(a, b) > 0 }
18781878

18791879
/// Byte-vec hash function
1880-
fn hash(s: &~[u8]) -> uint {
1880+
pure fn hash(s: &~[u8]) -> uint {
18811881
hash::hash_bytes(*s) as uint
18821882
}
18831883

0 commit comments

Comments
 (0)