Эх сурвалжийг харах

Don't derive Debug for Sign

Alex Crichton 8 жил өмнө
parent
commit
4dac0be751
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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