Skip to content

Commit c92a9f1

Browse files
committed
remove FIXME
1 parent 9db7d86 commit c92a9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5523,7 +5523,7 @@ impl<'a> Parser<'a> {
55235523
// first token is a name and not a type in itself.
55245524
let data_type_idx = self.get_current_index();
55255525

5526-
// FIXME: DEFAULT will be parsed as `DataType::Custom`, which is undesirable in this context
5526+
// DEFAULT will be parsed as `DataType::Custom`, which is undesirable in this context
55275527
fn parse_data_type_no_default(
55285528
parser: &mut Parser,
55295529
) -> Result<DataType, ParserError> {

0 commit comments

Comments
 (0)