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 3b5e873 commit cd06439Copy full SHA for cd06439
tools/src/tools.ml
@@ -1414,7 +1414,8 @@ module Migrate = struct
1414
};
1415
}
1416
when Hashtbl.mem loc_to_deprecated_fn_call fn_loc -> (
1417
- (* Pipe with no arguments, [1, 2, 3]->someDeprecated *)
+ (* Pipe with no arguments, [1, 2, 3]->someDeprecated
1418
+ This is the only pipe we need to handle, because the argument one is handled by the transform above. *)
1419
let deprecated_info =
1420
Hashtbl.find loc_to_deprecated_fn_call fn_loc
1421
in
0 commit comments