Skip to content

Commit 5e74246

Browse files
committed
Remove warning flag descriptions for flags that no longer exist
1 parent 2f7cd58 commit 5e74246

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/common/WarningFlagDescription.res

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ let numeric = [
77
"Fragile pattern matching: matching that will remain complete even if additional constructors are added to one of the variant types matched.",
88
),
99
(5, "Partially applied function: expression whose result has function type and is ignored."),
10-
(6, "Label omitted in function application."),
1110
(8, "Partial match: missing cases in pattern-matching."),
1211
(9, "Missing fields in a record pattern."),
1312
(
@@ -57,7 +56,6 @@ let numeric = [
5756
(57, "Ambiguous or-pattern variables under guard"),
5857
(59, "Assignment to non-mutable value"),
5958
(60, "Unused module declaration"),
60-
(61, "Unboxable type in primitive declaration"),
6159
(62, "Type constraint on GADT type declaration"),
6260
(101, "Unused bs attributes"),
6361
(102, "Polymorphic comparison introduced (maybe unsafe)"),

0 commit comments

Comments
 (0)