Skip to content

Commit a850dac

Browse files
committed
remove comment
1 parent 82ae995 commit a850dac

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
@@ -4315,7 +4315,6 @@ impl<'a> Parser<'a> {
43154315
match n.0[0].clone() {
43164316
ObjectNamePart::Identifier(ident) => name = Some(ident),
43174317
}
4318-
// name = Some(n.0[0].clone());
43194318
data_type = self.parse_data_type()?;
43204319
}
43214320

0 commit comments

Comments
 (0)