Skip to content

Commit bc57292

Browse files
committed
fix: Fixes dead export
1 parent 9e1a230 commit bc57292

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: hls-plugin-api/src/Ide/PluginUtils.hs

+1-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ module Ide.PluginUtils
2121
getPluginConfig,
2222
configForPlugin,
2323
pluginEnabled,
24-
extractOverlappingLinesWithRange,
2524
extractTextInRange,
2625
fullRange,
2726
mkLspCommand,
@@ -243,9 +242,7 @@ usePropertyLsp kn pId p = do
243242

244243
-- ---------------------------------------------------------------------
245244

246-
-- | Extracts exactly matching text in the range.
247-
--
248-
-- See also: 'extractOverlappingLinesWithRange'
245+
-- | Extracts exact matching text in the range.
249246
extractTextInRange :: Range -> T.Text -> T.Text
250247
extractTextInRange (Range (Position sl sc) (Position el ec)) s = newS
251248
where

0 commit comments

Comments
 (0)