| 15 | #[repr(u8)] |
| 16 | #[derive(Clone, Copy, Eq, PartialEq)] |
| 17 | pub enum Op { |
| 18 | Add, |
| 19 | } |
| 20 | impl ::core::fmt::Debug for Op { |
| 21 | fn fmt(&self, f: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { |
| 22 | match self { |
nothing calls this directly
no outgoing calls
no test coverage detected