Skip to content

Commit 4e10d5d

Browse files
committed
Minor fixes & formatting
Signed-off-by: Jack Rickard <[email protected]>
1 parent c242dfe commit 4e10d5d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/attribute.mli

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ module Context : sig
7575
val psig_extension : signature_item t
7676
val rtag : row_field t
7777
val object_type_field : object_field t
78-
7978
val equal : 'a t -> 'b t -> bool
8079
end
8180

src/context_free.mli

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ module Rule : sig
7272
(ctxt:Expansion_context.Base.t -> 'a -> 'b -> 'a) ->
7373
t
7474

75-
val attr_multiple_replace:
75+
val attr_multiple_replace :
7676
string ->
7777
'a Extension.Context.t ->
7878
('a, 'list) Attribute_list.t ->

test/attr_replace/dune

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
(run ./ppx_attr_replace.exe test.ml))))
1717

1818
(rule
19+
(enabled_if
20+
(>= %{ocaml_version} "4.10.0"))
1921
(alias runtest)
2022
(action
2123
(diff test.ml.expected test.ml.actual)))

0 commit comments

Comments
 (0)