This commit is contained in:
bors 2022-09-13 15:43:32 +00:00
parent beed5eddb0
commit aebfbf2a91

View File

@ -53,7 +53,7 @@ fn from(id: u32) -> Self {
/// 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]>);