mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-31 16:40:22 +00:00
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:
parent
1b3dae346a
commit
ce295f8bc2
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue