Don't derive Debug for Sign
This commit is contained in:
parent
d3e78c5f6f
commit
d5279752b0
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ intrinsics! {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Debug)]
|
||||
#[derive(PartialEq)]
|
||||
enum Sign {
|
||||
Positive,
|
||||
Negative
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue