token: Make TKind::{Pub, Mod} match their keywords

This commit is contained in:
2025-10-21 08:35:33 -04:00
parent 3fd089ad11
commit 263d2290c0
3 changed files with 8 additions and 8 deletions

View File

@@ -80,9 +80,9 @@ pub enum TKind {
Loop,
Macro,
Match,
Module,
Mod,
Mut,
Public,
Pub,
Return,
Static,
Struct,