Skip to content

Commit d35de94

Browse files
committed
Maybe try unsetting it too?
1 parent d427ad7 commit d35de94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/hls-tactics-plugin/src/Wingman/StaticPlugin.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ staticPlugin = mempty
2020
{ dynFlagsModifyGlobal =
2121
\df -> allowEmptyCaseButWithWarning
2222
$ flip gopt_unset Opt_SortBySubsumHoleFits
23+
$ flip gopt_unset Opt_ShowValidHoleFits
2324
$ df
2425
{ refLevelHoleFits = Just 0
2526
, maxRefHoleFits = Just 0

0 commit comments

Comments
 (0)