difftreelog
Typos removed
in: master
1 file changed
crates/struct-versioning/src/lib.rsdiffbeforeafterboth204/// - *versions* - generate enum, which contains all possible versions of struct204/// - *versions* - generate enum, which contains all possible versions of struct205///205///206/// Each field may have version attribute206/// Each field may have version attribute207/// `#[[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 appeared209/// - *2* - version, in which this field was removed209/// - *2* - version, in which this field was removed210/// (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)