Skip to content

Commit 5ff0245

Browse files
authored
Merge pull request #412 from mattpolzin/mark-validatable-retroactive
Reduce number of protocol conformance warnings
2 parents 10d75e0 + e3e68a7 commit 5ff0245

File tree

4 files changed

+0
-24
lines changed

4 files changed

+0
-24
lines changed

Sources/OpenAPIKit30/AnyCodable+Validatable.swift

Lines changed: 0 additions & 10 deletions
This file was deleted.

Sources/OpenAPIKit30/OrderedDictionary+Validatable.swift

Lines changed: 0 additions & 10 deletions
This file was deleted.

Sources/OpenAPIKit/AnyCodable+Validatable.swift renamed to Sources/OpenAPIKitCore/AnyCodable+Validatable.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@
55
// Created by Mathew Polzin on 2/28/21.
66
//
77

8-
import OpenAPIKitCore
9-
108
extension AnyCodable: Validatable {}

Sources/OpenAPIKit/OrderedDictionary+Validatable.swift renamed to Sources/OpenAPIKitCore/OrderedDictionary+Validatable.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@
55
// Created by Mathew Polzin on 2/28/21.
66
//
77

8-
import OpenAPIKitCore
9-
108
extension OrderedDictionary: Validatable where Value: Validatable {}

0 commit comments

Comments
 (0)