Skip to content

Commit

Permalink
remove unused import from analysis.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
Techatrix committed Jan 29, 2024
1 parent 7d169ee commit f7847ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/analysis.zig
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const std = @import("std");
const DocumentStore = @import("DocumentStore.zig");
const Ast = std.zig.Ast;
const types = @import("lsp.zig");
const offsets = @import("offsets.zig");
const URI = @import("uri.zig");
const log = std.log.scoped(.zls_analysis);
Expand Down

0 comments on commit f7847ab

Please sign in to comment.