Skip to content

Commit 75758b2

Browse files
committed
refactor: remove redundant HLINT ignore pragma
1 parent ac1cf25 commit 75758b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

heph-sparse-set/test/Data/SparseSet/Generic/Internal/GrowVecSpec.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{-# LANGUAGE ScopedTypeVariables #-}
22
{-# OPTIONS_GHC -Wno-unrecognised-pragmas #-}
33

4-
{-# HLINT ignore "Redundant do" #-}
5-
64
module Data.SparseSet.Generic.Internal.GrowVecSpec where
75

86
import Control.Monad (foldM, forM)

0 commit comments

Comments
 (0)