Skip to content

Commit

Permalink
Update metaquot/ppxlib_metaquot.ml
Browse files Browse the repository at this point in the history
Co-authored-by: panglesd <[email protected]>
  • Loading branch information
ncik-roberts and panglesd authored Aug 23, 2023
1 parent 038afe9 commit f2c20a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions metaquot/ppxlib_metaquot.ml
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,6 @@ module Patt = Make (struct
(match attrs with
| None -> ()
| Some { quoted_attributes; field_name = _ } ->
(* We can't construct a pattern that searches for [quoted_attributes]
at the end of [p]'s attribute list -- the pattern language isn't
expressive enough. Instead, we fail.
*)
assert_no_attributes quoted_attributes);
self#typed p type_name
| PPat (_, Some e) ->
Expand Down

0 comments on commit f2c20a7

Please sign in to comment.