Browse Source

Don't derive Debug for Sign

Alex Crichton 8 năm trước cách đây
mục cha
commit
4dac0be751
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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