Skip to content

Commit

Permalink
Fix various warnings seen when running nimble test on 1.6.10 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusramberg committed May 11, 2023
1 parent bba60b7 commit c235b25
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 184 deletions.
2 changes: 1 addition & 1 deletion src/nimlsp.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import std/[algorithm, asyncdispatch, asyncfile, hashes, os, osproc, sets,
streams, strformat, strutils, tables, uri]
import asynctools/asyncproc
import nimlsppkg/[baseprotocol, logger, suggestlib, utfmapping]
include nimlsppkg/messages
include nimlsppkg/[messages, messageenums]


const
Expand Down

0 comments on commit c235b25

Please sign in to comment.