Skip to content

Commit

Permalink
remove an unused lsp struct field
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Jun 21, 2024
1 parent bf3e51a commit 99358bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lsp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@ mod server {

pub struct LspDoc {
pub input: String,
pub items: Vec<Item>,
pub spans: Vec<Sp<SpanKind>>,
pub asm: Assembly,
pub code_meta: CodeMeta,
Expand All @@ -531,7 +530,6 @@ mod server {
let spans = spanner.items_spans(&items);
Self {
input,
items,
spans,
asm: spanner.asm,
code_meta: spanner.code_meta,
Expand Down

0 comments on commit 99358bb

Please sign in to comment.