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 3e43c96 commit 6c99b8cCopy full SHA for 6c99b8c
src_plugins/ord/ppx_deriving_ord.cppo.ml
@@ -194,7 +194,7 @@ let str_of_type ~options ~path ({ ptype_loc = loc } as type_decl) =
194
conflicts with a Stdlib type from Ppx_deriving_runtime (e.g. bool in test).
195
In that case we must refer to the type being declared, not the one opened by Ppx_deriving_runtime. *)
196
let helper_type =
197
- Type.mk ~loc ~attrs:[Ppx_deriving.attr_warning [%expr "-unused-type-declaration"]]
+ Type.mk ~loc ~attrs:[Ppx_deriving.attr_warning [%expr "-34"]] (* unused-type-declaration *)
198
~params:type_decl.ptype_params
199
~manifest:(Ppx_deriving.core_type_of_type_decl type_decl)
200
(mkloc "t" loc)
0 commit comments