Don't derive Debug for Sign
This commit is contained in:
parent
b42d267065
commit
4dac0be751
|
@ -130,7 +130,7 @@ intrinsics! {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Debug)]
|
||||
#[derive(PartialEq)]
|
||||
enum Sign {
|
||||
Positive,
|
||||
Negative
|
||||
|
|
Loading…
Reference in New Issue