From 5a7a32a9bafbcc69077e7766451310ab5ece62bf Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 5 Oct 2020 16:34:20 +0200 Subject: =?UTF-8?q?Streamline=20generic=20layouting=20primitives=20?= =?UTF-8?q?=F0=9F=9B=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/parse/tokens.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse') diff --git a/src/parse/tokens.rs b/src/parse/tokens.rs index fbfb71e6..03dec6d7 100644 --- a/src/parse/tokens.rs +++ b/src/parse/tokens.rs @@ -19,7 +19,7 @@ pub struct Tokens<'s> { /// Whether to tokenize in header mode which yields expression, comma and /// similar tokens or in body mode which yields text and star, underscore, /// backtick tokens. -#[derive(Debug, Copy, Clone, Eq, PartialEq, Hash)] +#[derive(Debug, Copy, Clone, Eq, PartialEq)] pub enum TokenMode { Header, Body, -- cgit v1.2.3