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 4af0081 commit 4505388Copy full SHA for 4505388
compiler/ml/cmt_utils.ml
@@ -98,8 +98,6 @@ let emit_possible_actions_from_warning loc w =
98
=== TODO ===
99
100
*)
101
- | Fragile_literal_pattern ->
102
- (* Use explicit pattern matching instead of literal *) ()
103
| Unused_pat -> (* Remove pattern *) ()
104
| Unused_argument -> (* Remove unused argument or prefix with underscore *) ()
105
| Nonoptional_label _ -> (* Add `?` to make argument optional *) ()
0 commit comments