ok/jj
1
0
Fork 0
forked from mirrors/jj

op_store: remove unneeded repr(u8) from RemoteRefState

It no longer makes sense after e1fd402d39 "Fix the ContentHash implementations
for std::Option, MergedTreeId, and RemoteRefState."
This commit is contained in:
Yuya Nishihara 2024-02-16 23:54:34 +09:00
parent 1b3dae346a
commit ce295f8bc2

View file

@ -203,7 +203,6 @@ impl RemoteRef {
/// Whether the ref is tracked or not. /// Whether the ref is tracked or not.
#[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)] #[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)]
#[repr(u8)]
pub enum RemoteRefState { pub enum RemoteRefState {
/// Remote ref is not merged in to the local ref. /// Remote ref is not merged in to the local ref.
New, New,