diff --git a/lib/src/op_store.rs b/lib/src/op_store.rs index 750f996a7..1e0e282f6 100644 --- a/lib/src/op_store.rs +++ b/lib/src/op_store.rs @@ -203,7 +203,6 @@ impl RemoteRef { /// Whether the ref is tracked or not. #[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)] -#[repr(u8)] pub enum RemoteRefState { /// Remote ref is not merged in to the local ref. New,