diff options
Diffstat (limited to 'src/libextra/num/complex.rs')
| -rw-r--r-- | src/libextra/num/complex.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libextra/num/complex.rs b/src/libextra/num/complex.rs index b75537b8b3e..c626260043e 100644 --- a/src/libextra/num/complex.rs +++ b/src/libextra/num/complex.rs @@ -80,7 +80,6 @@ impl<T: Clone + Num> Cmplx<T> { } } -#[cfg(not(stage0))] // Fixed by #4228 impl<T: Clone + Algebraic + Num> Cmplx<T> { /// Calculate |self| #[inline] @@ -89,7 +88,6 @@ impl<T: Clone + Algebraic + Num> Cmplx<T> { } } -#[cfg(not(stage0))] // Fixed by #4228 impl<T: Clone + Trigonometric + Algebraic + Num> Cmplx<T> { /// Calculate the principal Arg of self. #[inline] |
