auto merge of #14328 : Sawyer47/rust/remove-fixmes, r=alexcrichton

This commit is contained in:
bors 2014-05-21 11:36:29 -07:00
commit 83eefa88c1
1 changed files with 0 additions and 4 deletions

View File

@ -17,10 +17,6 @@ use std::num::{Zero,One,ToStrRadix};
// FIXME #1284: handle complex NaN & infinity etc. This
// probably doesn't map to C's _Complex correctly.
// FIXME #5734:: Need generic sin/cos for .to/from_polar().
// FIXME #5735: Need generic sqrt to implement .norm().
/// A complex number in Cartesian form.
#[deriving(Eq,Clone)]
pub struct Complex<T> {