Skip to content

Commit af632a6

Browse files
committed
Use copy_files without #
1 parent 61c272c commit af632a6

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

ocamlmerlin_mlx/ocaml/preprocess/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
(mode promote)
1616
(files %{project_root}/merlin/src/ocaml/preprocess/parser_explain.ml))
1717

18-
(copy_files#
18+
(copy_files
1919
(enabled_if
2020
(<> %{profile} "release"))
2121
(mode promote)

ocamlmerlin_mlx/ocaml/preprocess/lexer_ident.mll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# 1 "merlin/src/ocaml/preprocess/lexer_ident.mll"
21
(***********************************************************************)
32
(* *)
43
(* OCaml *)

0 commit comments

Comments
 (0)