We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfd5ab commit 330fa93Copy full SHA for 330fa93
src/Hint/Comment.hs
@@ -21,7 +21,7 @@ import Hint.Type
21
import Data.Char
22
import Data.List.Extra
23
import Refact.Types(Refactoring(ModifyComment))
24
-import qualified Refact.Types as R (SrcSpan)
+import Refact.Types qualified as R (SrcSpan)
25
import GHC.Types.SrcLoc
26
import GHC.Parser.Annotation
27
import GHC.Util
0 commit comments