git.delta.rocks / unique-network / refs/commits / 573a06755e55

difftreelog

Typos removed

Dev2022-07-12parent: #af9745c.patch.diff
in: master

1 file changed

modifiedcrates/struct-versioning/src/lib.rsdiffbeforeafterboth
204/// - *versions* - generate enum, which contains all possible versions of struct204/// - *versions* - generate enum, which contains all possible versions of struct
205///205///
206/// Each field may have version attribute206/// Each field may have version attribute
207/// `#[[1]..[2][, upper(old)])]`207/// `#[version([1]..[2][, upper(old)])]`
208/// - *1* - version, on which this field is appeared208/// - *1* - version, on which this field is appeared
209/// - *2* - version, in which this field was removed209/// - *2* - version, in which this field was removed
210/// (i.e if set to 2, this field was exist on version 1, and no longer exist on version 2)210/// (i.e if set to 2, this field was exist on version 1, and no longer exist on version 2)