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 191eaad commit 9f177d1Copy full SHA for 9f177d1
stdlib/public/core/Codable.swift
@@ -938,7 +938,7 @@ public struct KeyedEncodingContainer<K: CodingKey> :
938
///
939
/// Decoders should provide types conforming to `UnkeyedDecodingContainer` for
940
/// their format.
941
-public protocol KeyedDecodingContainerProtocol<Key> {
+public protocol KeyedDecodingContainerProtocol {
942
associatedtype Key: CodingKey
943
944
/// The path of coding keys taken to get to this point in decoding.
0 commit comments