chore: remove old FIXME

This commit is contained in:
Ryan Chandler 2022-12-09 22:49:36 +00:00
parent 0a25ec4583
commit 81af31bf62
No known key found for this signature in database
GPG Key ID: F113BCADDB3B0CCA

View File

@ -437,8 +437,6 @@ impl Lexer {
}
};
// FIXME: Add support for nowdocs too by checking if a `'`
// character is present before and after the identifier.
let label: ByteString = match self.peek_identifier(state) {
Some(_) => self.consume_identifier(state).into(),
None => match state.source.current() {