diff options
Diffstat (limited to 'src/syntax/token.rs')
| -rw-r--r-- | src/syntax/token.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/syntax/token.rs b/src/syntax/token.rs index 32a14d58..425dac10 100644 --- a/src/syntax/token.rs +++ b/src/syntax/token.rs @@ -19,8 +19,6 @@ pub enum Token<'s> { Star, /// An underscore: `_`. Underscore, - /// A single hashtag: `#`. - Hashtag, /// A tilde: `~`. Tilde, /// Two hyphens: `--`. @@ -215,7 +213,6 @@ impl<'s> Token<'s> { Self::RightParen => "closing paren", Self::Star => "star", Self::Underscore => "underscore", - Self::Hashtag => "hashtag", Self::Tilde => "tilde", Self::HyphHyph => "en dash", Self::HyphHyphHyph => "em dash", |
