Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9760eda

Browse files
committedMay 1, 2025··
Remove warning flags that no longer exist
1 parent ec20549 commit 9760eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Playground.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ module Settings = {
886886
let onWarningFlagsResetClick = _evt => {
887887
setConfig({
888888
...config,
889-
warn_flags: "+a-4-9-20-40-41-50-61-102-109",
889+
warn_flags: "+a-4-9-20-41-50-61-102-109",
890890
})
891891
}
892892

0 commit comments

Comments
 (0)
Please sign in to comment.