Alex Crichton 7 лет назад
Родитель
Сommit
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