We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5518f commit 45e77c7Copy full SHA for 45e77c7
ghcide/test/exe/FuzzySearch.hs
@@ -65,7 +65,7 @@ replaceAt t i c =
65
dictionaryPath :: FilePath
66
dictionaryPath = "/usr/share/dict/words"
67
68
-{-# ANN dictionary "HLint: ignore Avoid restricted function" #-}
+{-# ANN dictionary ("HLint: ignore Avoid restricted function" :: String) #-}
69
{-# NOINLINE dictionary #-}
70
dictionary :: [Text]
71
dictionary = unsafePerformIO $ do
0 commit comments