We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8da70 commit 2f622ceCopy full SHA for 2f622ce
Sources/OpenAPIKit30/Callbacks.swift
@@ -36,12 +36,6 @@ extension OpenAPI.CallbackURL: LocallyDereferenceable {
36
}
37
38
39
-extension OpenAPI.CallbackURL: ExternallyDereferenceable {
40
- public func externallyDereferenced<Context: ExternalLoaderContext>(with loader: Context.Type) async throws -> (Self, OpenAPI.Components) {
41
- return (self, .init())
42
- }
43
-}
44
-
45
// The following conformance is theoretically unnecessary but the compiler is
46
// only able to find the conformance if we explicitly declare it here, though
47
// it is apparently able to determine the conformance is already satisfied here
0 commit comments