Skip to content

Commit cd06439

Browse files
committed
comment
1 parent 3b5e873 commit cd06439

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/src/tools.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,8 @@ module Migrate = struct
14141414
};
14151415
}
14161416
when Hashtbl.mem loc_to_deprecated_fn_call fn_loc -> (
1417-
(* Pipe with no arguments, [1, 2, 3]->someDeprecated *)
1417+
(* 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. *)
14181419
let deprecated_info =
14191420
Hashtbl.find loc_to_deprecated_fn_call fn_loc
14201421
in

0 commit comments

Comments
 (0)