Skip to content

Commit f00e183

Browse files
vijaysharmskz
andauthored
Update Lucid/Utils/AnySequence.swift
Co-authored-by: Stanisław Kożuchowicz <[email protected]>
1 parent ebc927a commit f00e183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lucid/Utils/AnySequence.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ extension AnySequence: Equatable where Element: Equatable {
6161
}
6262
}
6363

64-
extension AnySequence: Sendable where Element: Sendable {}
64+
extension AnySequence: @unchecked Sendable where Element: Sendable {}
6565

6666
public extension Result where Success: Sequence {
6767

0 commit comments

Comments
 (0)