Implement `Iterator` for `OptionalSubtagsIterator`

finchie
Mar 6, 2024, 1:45 AM
HL6ZEJTNQGFQDFI6MJHKITGZHCXC3OYC2O7KRD42D36PEU5C5YVAC

Dependencies

  • [2] YNEOCYMG Create `locale-select` crate

Change contents

  • edit in locale_select/src/unix.rs at line 81
    [2.2640]
    [2.2640]
    }
  • replacement in locale_select/src/unix.rs at line 83
    [2.2641][2.2641:2692]()
    fn next(&mut self) -> Option<OptionalSubtag> {
    [2.2641]
    [2.2692]
    impl<'locale> Iterator for OptionalSubtagsIterator<'locale> {
    type Item = OptionalSubtag;
    fn next(&mut self) -> Option<Self::Item> {