Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Apr 13, 2024
1 parent ed1d883 commit 5fc0106
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Sources/LanguageServerProtocol/BasicStructures.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Foundation
import JSONRPC

public struct Position: Codable, Hashable, Sendable {
public static let zero = Position(line: 0, character: 0)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Foundation
import JSONRPC

enum MessageFramingError: Error {
case malformedData
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Foundation
import JSONRPC

public struct CompletionClientCapabilities: Codable, Hashable, Sendable {
public struct CompletionItem: Codable, Hashable, Sendable {
Expand Down

0 comments on commit 5fc0106

Please sign in to comment.