Skip to content

Commit 819f5b1

Browse files
committed
undo a couple of retroactive annotations where older compilers can't handle the constraint on them
1 parent 7312c6b commit 819f5b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/OpenAPIKit/Either/Either+Validatable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
import OpenAPIKitCore
99

10-
extension Either: @retroactive Validatable where A: Validatable, B: Validatable {}
10+
extension Either: Validatable where A: Validatable, B: Validatable {}

Sources/OpenAPIKit/OrderedDictionary+Validatable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
import OpenAPIKitCore
99

10-
extension OrderedDictionary: @retroactive Validatable where Value: Validatable {}
10+
extension OrderedDictionary: Validatable where Value: Validatable {}

0 commit comments

Comments
 (0)