Skip to content

Commit 5f3b4f7

Browse files
committed
Remove description for warning 61 as it no longer exists
1 parent c60456b commit 5f3b4f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/ext/warnings.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,6 @@ let descriptions =
647647
(57, "Ambiguous or-pattern variables under guard");
648648
(59, "Assignment to non-mutable value");
649649
(60, "Unused module declaration");
650-
(61, "Unboxable type in primitive declaration");
651650
(62, "Type constraint on GADT type declaration");
652651
(101, "Unused bs attributes");
653652
(102, "Polymorphic comparison introduced (maybe unsafe)");

0 commit comments

Comments
 (0)