commit
c7f7bc0ca2
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ pub type VTimestamp = u32;
|
|||
/// circuit the calculation and return the correct result faster,
|
||||
/// also this means that there is only one unique valid length
|
||||
/// for each set of vector clock values and hence the PartialEq
|
||||
// and Eq derivations are correct.
|
||||
/// and Eq derivations are correct.
|
||||
#[derive(PartialEq, Eq, Default, Debug)]
|
||||
pub struct VClock(SmallVec<[VTimestamp; SMALL_VECTOR]>);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue