Skip to content

Commit

Permalink
refactor: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
saecki committed Oct 19, 2023
1 parent 6d9c4dd commit dc50578
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lua/crates/src/cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ local M = {lsp = {CompletionItemKind = {}, MarkupKind = {}, MarkupContent = {},


local src = require("crates.src.common")
local util = require("crates.util")


function M.new()
Expand Down
1 change: 0 additions & 1 deletion teal/crates/src/cmp.tl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ local record M
end

local src = require("crates.src.common")
local util = require("crates.util")

---Source constructor.
function M.new(): M
Expand Down

0 comments on commit dc50578

Please sign in to comment.