diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-07-08 20:03:13 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-07-08 20:03:13 +0200 |
| commit | 5c327e249e03ac303e7fef40e2df6c6ef834db66 (patch) | |
| tree | 44e60f7ed494e1e6452f378620baa4afbc755346 /src/syntax | |
| parent | f85e5aac64784deac75950a1307f2ca802ad6765 (diff) | |
Switch to = for headings once again
Diffstat (limited to 'src/syntax')
| -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", |
