Skip to content

Commit

Permalink
op_store: remove unneeded repr(u8) from RemoteRefState
Browse files Browse the repository at this point in the history
It no longer makes sense after e1fd402 "Fix the ContentHash implementations
for std::Option, MergedTreeId, and RemoteRefState."
  • Loading branch information
yuja committed Feb 16, 2024
1 parent 1b3dae3 commit ce295f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/op_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ce295f8

Please sign in to comment.