Skip to content

Commit 191eaad

Browse files
committed
[stdlib] Don’t mark Key as primary on Keyed*ContainerProtocol
1 parent 6d09bb0 commit 191eaad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Codable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public protocol Decoder {
183183
///
184184
/// Encoders should provide types conforming to
185185
/// `KeyedEncodingContainerProtocol` for their format.
186-
public protocol KeyedEncodingContainerProtocol<Key> {
186+
public protocol KeyedEncodingContainerProtocol {
187187
associatedtype Key: CodingKey
188188

189189
/// The path of coding keys taken to get to this point in encoding.

0 commit comments

Comments
 (0)