We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d09bb0 commit 191eaadCopy full SHA for 191eaad
stdlib/public/core/Codable.swift
@@ -183,7 +183,7 @@ public protocol Decoder {
183
///
184
/// Encoders should provide types conforming to
185
/// `KeyedEncodingContainerProtocol` for their format.
186
-public protocol KeyedEncodingContainerProtocol<Key> {
+public protocol KeyedEncodingContainerProtocol {
187
associatedtype Key: CodingKey
188
189
/// The path of coding keys taken to get to this point in encoding.
0 commit comments