From 5c327e249e03ac303e7fef40e2df6c6ef834db66 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 8 Jul 2021 20:03:13 +0200 Subject: Switch to = for headings once again --- src/syntax/token.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/syntax') 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", -- cgit v1.2.3