Skip to content

Commit 9862bd7

Browse files
committed
---
yaml --- r: 34669 b: refs/heads/master c: f6606af h: refs/heads/master i: 34667: b034637 v: v3
1 parent e4e81ff commit 9862bd7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-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: 1a885f6be13e5ad241e4597a13e919803942e65b
2+
refs/heads/master: f6606aff6e7024d40da74bdffc82983e678186a4
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024

trunk/src/libcore/int-template.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ pub pure fn compl(i: T) -> T {
5050
}
5151

5252
/// Computes the absolute value
53-
// FIXME: abs should return an unsigned int (#2353)
5453
pub pure fn abs(i: T) -> T {
5554
if is_negative(i) { -i } else { i }
5655
}

0 commit comments

Comments
 (0)