mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-22 17:34:27 +01:00
finish REINDEX
This commit is contained in:
@@ -361,6 +361,7 @@ impl Display for TokenType {
|
||||
|
||||
impl TokenType {
|
||||
/// if your parsing process expects next token to be TK_ID, remember to call this function !!!
|
||||
#[inline(always)]
|
||||
pub fn fallback_id_if_ok(self) -> Self {
|
||||
use TokenType::*;
|
||||
match self {
|
||||
|
||||
Reference in New Issue
Block a user