diff options
Diffstat (limited to 'src/parser.rs')
| -rw-r--r-- | src/parser.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/parser.rs b/src/parser.rs index d5cd860..c6c8cce 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -13,6 +13,7 @@ use combine::parser::char::{  use combine::parser::repeat::take_until;  use combine::stream::state::{SourcePosition, State}; +#[repr(C)]  #[derive(Debug, Hash, Eq, PartialEq)]  pub enum HeadphoneButton {      Play, | 
