Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 7ab668b

Browse files
committed
Unused open.
1 parent 280d16e commit 7ab668b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/res_parser.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ let endRegion p =
5050
| _ :: rest -> p.regions <- rest
5151

5252
let docCommentToAttributeToken comment =
53-
let open Ast_helper in
5453
let txt = Comment.txt comment in
5554
let loc = Comment.loc comment in
5655
Token.DocComment (loc, txt)

tests/parsing/infiniteLoops/expected/templateEof.res.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020

2121
;;et
2222
;;foo =
23-
(fun x -> match x with | (("")[@res.template ]) -> [%rescript.exprhole ])
23+
(fun x -> match x with | (("")[@res.template ]) -> [%rescript.exprhole ])

0 commit comments

Comments
 (0)