Skip to content

Commit 3975b58

Browse files
authored
Merge pull request #381 from CodaFi/irreconcilable-spatial-differences
Drop @_downgrade_exhaustivity_check attribute
2 parents ba74b6a + fc8b6f1 commit 3975b58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/swift/Time.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ public enum DispatchTimeInterval {
170170
case milliseconds(Int)
171171
case microseconds(Int)
172172
case nanoseconds(Int)
173-
@_downgrade_exhaustivity_check
174173
case never
175174

176175
internal var rawValue: Int64 {

0 commit comments

Comments
 (0)