Skip to content

Commit

Permalink
Update Lucid/Utils/AnySequence.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Stanisław Kożuchowicz <[email protected]>
  • Loading branch information
vijaysharm and skz authored Nov 15, 2024
1 parent ebc927a commit f00e183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lucid/Utils/AnySequence.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ extension AnySequence: Equatable where Element: Equatable {
}
}

extension AnySequence: Sendable where Element: Sendable {}
extension AnySequence: @unchecked Sendable where Element: Sendable {}

public extension Result where Success: Sequence {

Expand Down

0 comments on commit f00e183

Please sign in to comment.