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 19f7f91 commit 632a827Copy full SHA for 632a827
Sources/Task.swift
@@ -88,7 +88,7 @@ extension Task: Hashable {
88
}
89
90
91
-private func ==<Key: Equatable, Value: Equatable>(lhs: [Key: Value]?, rhs: [Key: Value]?) -> Bool {
+private func ==<Key, Value: Equatable>(lhs: [Key: Value]?, rhs: [Key: Value]?) -> Bool {
92
switch (lhs, rhs) {
93
case let (lhs?, rhs?):
94
return lhs == rhs
0 commit comments