ocaml-ppx / ocamlformat

Auto-formatter for OCaml code
MIT License
633 stars 179 forks source link

Fix dropped attribute in (module M : S [@attr]) #2602

Closed Julow closed 3 weeks ago

Julow commented 3 weeks ago

Fix https://github.com/ocaml-ppx/ocamlformat/issues/2597

The attributes were lost by mistake in the patched parser.