Skip to content

Commit 514745b

Browse files
authored
Update src/parser.c
1 parent a9e7702 commit 514745b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parser.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3545,7 +3545,6 @@ NODISCARD
35453545
static bool parse_inline_leading_annotation(rbs_parser_t *parser, rbs_ast_ruby_annotations_t **annotation) {
35463546
switch (parser->next_token.type) {
35473547
case pCOLON: {
3548-
// :
35493548
rbs_range_t colon_range = parser->next_token.range;
35503549
rbs_parser_advance(parser);
35513550

0 commit comments

Comments
 (0)