Remove invalid FIXME
This commit is contained in:
parent
1a885f6be1
commit
f6606aff6e
@ -50,7 +50,6 @@ pub pure fn compl(i: T) -> T {
|
||||
}
|
||||
|
||||
/// Computes the absolute value
|
||||
// FIXME: abs should return an unsigned int (#2353)
|
||||
pub pure fn abs(i: T) -> T {
|
||||
if is_negative(i) { -i } else { i }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user