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 45adabb commit 1aa6fe4Copy full SHA for 1aa6fe4
Sources/SourceKitLSP/Swift/OpenInterface.swift
@@ -56,7 +56,7 @@ extension SwiftLanguageServer {
56
switch result {
57
case .success(let info):
58
request.reply(.success(InterfaceDetails(uri: interfaceDocURI, position: info.position)))
59
- case .failure(let error):
+ case .failure:
60
request.reply(.success(InterfaceDetails(uri: interfaceDocURI, position: nil)))
61
}
62
0 commit comments