mirage / ocaml-rpc

Light library to deal with RPCs in OCaml
ISC License
96 stars 31 forks source link

rpcty ppx: Fix warning 27 in generated field setter #108

Closed gaborigloi closed 6 years ago

gaborigloi commented 6 years ago

While fixing warning 23, I've introduced warning 27, the "s" record parameter was unused in case of records with only one field.

Signed-off-by: Gabor Igloi gabor.igloi@citrix.com