Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lattice0 committed Sep 3, 2024
1 parent 9b02135 commit 31ef606
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,5 @@ macro_rules! extended_enum {
}
}
}

// impl PartialEq<$name> for $ty {
// fn eq(&self, other: &$name) -> bool {
// match *other {
// $( $name::$var => *self == $val, )*
// }
// }

// fn ne(&self, other: &$name) -> bool {
// match *other {
// $( $name::$var => *self != $val, )*
// }
// }
// }
);
}

0 comments on commit 31ef606

Please sign in to comment.