mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-20 02:43:45 +00:00
fix typo
This commit is contained in:
parent
beed5eddb0
commit
aebfbf2a91
@ -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…
Reference in New Issue
Block a user