Skip to content

Commit c6f66a8

Browse files
committed
Remove unneeded hlint ingore
1 parent 1bca6a1 commit c6f66a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Data/Aeson/Parser/Internal.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,6 @@ jstring_ = {-# SCC "jstring_" #-} do
235235
`orI#` (w `andI#` 0x1f# ==# w) -- c < 0x20
236236

237237
data S = S Int# Int#
238-
-- This hint will no longer trigger once hlint > 1.9.41 is released.
239-
{-# ANN S ("HLint: ignore Use newtype instead of data" :: String) #-}
240238
#else
241239
s <- A.scan startState go <* A.anyWord8
242240
case unescapeText s of

0 commit comments

Comments
 (0)