Skip to content

Commit

Permalink
Specify type of ignored value
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
Signed-off-by: Ulysse Gérard <thevoodoos@gmail.com>
  • Loading branch information
rgrinberg authored and voodoos committed Aug 5, 2020
1 parent b8a43f0 commit d9aa0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune/dune_file.ml
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ module Executables = struct
Option.iter names
~f:
(List.iter ~f:(fun name ->
ignore (Module_name.parse_string_exn name)));
ignore (Module_name.parse_string_exn name : Module_name.t)));
match (names, public_names) with
| Some names, _ -> names
| None, Some public_names ->
Expand Down

0 comments on commit d9aa0ad

Please sign in to comment.