Don't derive Debug for Sign

master
Alex Crichton 2017-06-23 21:11:31 -07:00
parent b42d267065
commit 4dac0be751
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ intrinsics! {
} }
} }
#[derive(PartialEq, Debug)] #[derive(PartialEq)]
enum Sign { enum Sign {
Positive, Positive,
Negative Negative