Skip to content

Commit fc8b6f1

Browse files
committed
Drop @_downgrade_exhaustivity_check attribute
This hack was only needed for Swift 3 mode in a narrow case. Now that we're dropping Swift 3 from master, the source break this was working around is no longer relevant.
1 parent ba3933d commit fc8b6f1

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)