-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move generic Subtag to subtags (#4932)
First patch from the #1833 patchset. It moves the `Subtag` to `locid::subtags::Subtag` - this is a generic subtag (2..=8, separate from private::Subtag which is 1..=8) which will be used to iterate over multi-part subtags like `extensions::unicode::Value` to retrieve specific items without relying on the underlying `TinyStr` storage. It's a breaking change because we are removing `extensions::other::Subtag`. I assume this is ok as we're working on 2.0 so I don't need to add alias and deprecate it, but please confirm.
- Loading branch information
1 parent
418ae99
commit de39054
Showing
4 changed files
with
86 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters