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 15747c4 commit 1fd3f06Copy full SHA for 1fd3f06
Sources/NonEmpty/NonEmpty.swift
@@ -85,7 +85,7 @@ extension NonEmpty: Comparable where Collection: Comparable {
85
}
86
87
#if canImport(_Concurrency) && compiler(>=5.5)
88
-extension NonEmpty: Sendable where Collection: Sendable {}
+ extension NonEmpty: Sendable where Collection: Sendable {}
89
#endif
90
91
extension NonEmpty: Encodable where Collection: Encodable {
0 commit comments