Skip to content

Commit 52218ee

Browse files
committed
Remove description for removed warning 51
1 parent fb6711d commit 52218ee

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
@@ -638,7 +638,6 @@ let descriptions =
638638
(48, "Implicit elimination of optional arguments.");
639639
(49, "Absent cmi file when looking up module alias.");
640640
(50, "Unexpected documentation comment.");
641-
(51, "Warning on non-tail calls if @tailcall present.");
642641
(52, "Fragile constant pattern.");
643642
(53, "Attribute cannot appear in this context");
644643
(54, "Attribute used more than once on an expression");

0 commit comments

Comments
 (0)