mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Stdlib] Eliminate the _UnicodeEncoding_ protocol.
This protocol was only used to fake recursive protocol conformances; collapse it into _UnicodeEncoding.
This commit is contained in:
@@ -43,7 +43,7 @@ extension Unicode {
|
||||
/// scalar values.
|
||||
public protocol _UnicodeParser {
|
||||
/// The encoding with which this parser is associated
|
||||
associatedtype Encoding : _UnicodeEncoding_
|
||||
associatedtype Encoding : _UnicodeEncoding
|
||||
|
||||
/// Constructs an instance that can be used to begin parsing `CodeUnit`s at
|
||||
/// any Unicode scalar boundary.
|
||||
|
||||
Reference in New Issue
Block a user