Skip to content

Commit 808407b

Browse files
authored
Fix warning for -Werror build in Circle CI (#4727)
* Fix typo in hls-signature-help-plugin * Remove unused import
1 parent 9b952c8 commit 808407b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

plugins/hls-signature-help-plugin/src/Ide/Plugin/SignatureHelp.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ help when a space char is inserted, we probably have to use up-to-date results.
9494

9595
{-
9696
Here is a brief description of the algorithm of finding relevant bits from HIE AST
97-
1. let 'hsAppNode' = the smallest 'HsApp' AST node which contains the cursor postion
97+
1. let 'hsAppNode' = the smallest 'HsApp' AST node which contains the cursor position
9898
See 'extractInfoFromSmallestContainingFunctionApplicationAst'
9999
2. let 'functionNode' = the left-most node of 'hsAppNode'
100100
See 'getLeftMostNode'

plugins/hls-signature-help-plugin/test/Main.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import Control.Arrow ((>>>))
55
import Control.Exception (throw)
66
import Control.Lens ((^.))
77
import Data.Maybe (fromJust)
8-
import Data.String.Interpolate (__i)
98
import Data.Text (Text)
109
import qualified Data.Text as T
1110
import Development.IDE.Plugin.Completions.Types (PosPrefixInfo (PosPrefixInfo))

0 commit comments

Comments
 (0)