We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e81ff commit 9862bd7Copy full SHA for 9862bd7
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 1a885f6be13e5ad241e4597a13e919803942e65b
+refs/heads/master: f6606aff6e7024d40da74bdffc82983e678186a4
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
trunk/src/libcore/int-template.rs
@@ -50,7 +50,6 @@ pub pure fn compl(i: T) -> T {
50
}
51
52
/// Computes the absolute value
53
-// FIXME: abs should return an unsigned int (#2353)
54
pub pure fn abs(i: T) -> T {
55
if is_negative(i) { -i } else { i }
56
0 commit comments