Forráskód Böngészése

Don't derive Debug for Sign

Alex Crichton 7 éve
szülő
commit
4dac0be751
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/float/conv.rs

+ 1 - 1
src/float/conv.rs

@@ -130,7 +130,7 @@ intrinsics! {
     }
 }
 
-#[derive(PartialEq, Debug)]
+#[derive(PartialEq)]
 enum Sign {
     Positive,
     Negative