From a93b1ab003affb0d72e9da4007b04a2a6cfd4462 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 6 Jan 2020 12:50:20 +0100 Subject: =?UTF-8?q?Formatting=20=F0=9F=9B=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/syntax/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/syntax/mod.rs') diff --git a/src/syntax/mod.rs b/src/syntax/mod.rs index 193810c0..cb801627 100644 --- a/src/syntax/mod.rs +++ b/src/syntax/mod.rs @@ -10,6 +10,7 @@ pub_use_mod!(tokens); pub_use_mod!(parsing); pub_use_mod!(span); + /// A logical unit of the incoming text stream. #[derive(Debug, Copy, Clone, Eq, PartialEq)] pub enum Token<'s> { -- cgit v1.2.3