We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60456b commit 5f3b4f7Copy full SHA for 5f3b4f7
compiler/ext/warnings.ml
@@ -647,7 +647,6 @@ let descriptions =
647
(57, "Ambiguous or-pattern variables under guard");
648
(59, "Assignment to non-mutable value");
649
(60, "Unused module declaration");
650
- (61, "Unboxable type in primitive declaration");
651
(62, "Type constraint on GADT type declaration");
652
(101, "Unused bs attributes");
653
(102, "Polymorphic comparison introduced (maybe unsafe)");
0 commit comments