File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: cec1a9b8592b573e40d81ba52d658bdcd9acacb3
2
+ refs/heads/master: 009bbadd9202b12dcf3aa779129cd7e42005695c
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -35,9 +35,6 @@ pure fn negative(x: int) -> bool { ret x < 0; }
35
35
pure fn nonpositive ( x : int ) -> bool { ret x <= 0 ; }
36
36
pure fn nonnegative ( x : int ) -> bool { ret x >= 0 ; }
37
37
38
-
39
- // FIXME: Make sure this works with negative integers.
40
- // See Issue #2002
41
38
#[ doc = "Produce a uint suitable for use in a hash table" ]
42
39
pure fn hash ( x : int ) -> uint { ret x as uint ; }
43
40
You can’t perform that action at this time.
0 commit comments