File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -583,7 +583,6 @@ let descriptions =
583
583
( 5 ,
584
584
" Partially applied function: expression whose result has function\n \
585
585
\ type and is ignored." );
586
- (6 , " Label omitted in function application." );
587
586
(7 , " Method overridden." );
588
587
(8 , " Partial match: missing cases in pattern-matching." );
589
588
(9 , " Missing fields in a record pattern." );
@@ -638,7 +637,6 @@ let descriptions =
638
637
(48 , " Implicit elimination of optional arguments." );
639
638
(49 , " Absent cmi file when looking up module alias." );
640
639
(50 , " Unexpected documentation comment." );
641
- (51 , " Warning on non-tail calls if @tailcall present." );
642
640
(52 , " Fragile constant pattern." );
643
641
(53 , " Attribute cannot appear in this context" );
644
642
(54 , " Attribute used more than once on an expression" );
You can’t perform that action at this time.
0 commit comments