Skip to content

Commit 1ec3db3

Browse files
dylan-thinnesJaro Reinders
authored andcommitted
Ignore use of unsafePerformIO in FuzzySearch
1 parent 361dd5b commit 1ec3db3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ghcide/test/exe/FuzzySearch.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ replaceAt t i c =
6565
dictionaryPath :: FilePath
6666
dictionaryPath = "/usr/share/dict/words"
6767

68+
{-# ANN dictionary "HLint: ignore Avoid restricted function" #-}
6869
{-# NOINLINE dictionary #-}
6970
dictionary :: [Text]
7071
dictionary = unsafePerformIO $ do

0 commit comments

Comments
 (0)