remove star slash

This commit is contained in:
Josh Thomas 2024-10-18 08:26:58 -05:00
parent 7f489b04d6
commit 8136fce888

View file

@ -161,8 +161,6 @@ impl TokenType {
Self::DoubleSlash
} else if s.starts_with("/*") {
Self::SlashStar
} else if s.starts_with("*/") {
Self::StarSlash
} else {
Self::Slash
};