Skip to content

Commit 331233a

Browse files
committed
remove comment
1 parent 079a67b commit 331233a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parser/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4417,7 +4417,6 @@ impl<'a> Parser<'a> {
44174417
match n.0[0].clone() {
44184418
ObjectNamePart::Identifier(ident) => name = Some(ident),
44194419
}
4420-
// name = Some(n.0[0].clone());
44214420
data_type = self.parse_data_type()?;
44224421
}
44234422

0 commit comments

Comments
 (0)