Skip to content

Commit

Permalink
Fix VS2022 build (#613)
Browse files Browse the repository at this point in the history
My compiler yells for this extra underscore.
  • Loading branch information
Thorium authored Nov 21, 2023
1 parent fe89b01 commit 8ef5b24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ let runner (config:Config) (args:AstNodeRuleParams) : WarningDetails[] =
let cleanup () =
match bindingStackOpt with
| Some bs -> bs.Clear()
| None _ -> ()
| None -> ()

/// Generator function for a rule instance.
let rule config =
Expand Down

0 comments on commit 8ef5b24

Please sign in to comment.