summaryrefslogtreecommitdiff
path: root/src/parse/tokens.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-01-03 00:12:09 +0100
committerLaurenz <laurmaedje@gmail.com>2021-01-03 00:12:09 +0100
commitaae67bd572ad86f4c57e364daa51a9dc883b8913 (patch)
tree0aba021e0748ebad2197ea390385ec5f93ccbc6e /src/parse/tokens.rs
parent1c40dc42e7bc7b799b77f06d25414aca59a044ba (diff)
Move and rename many things 🚛
Diffstat (limited to 'src/parse/tokens.rs')
-rw-r--r--src/parse/tokens.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/parse/tokens.rs b/src/parse/tokens.rs
index a9692a58..ff7f11bd 100644
--- a/src/parse/tokens.rs
+++ b/src/parse/tokens.rs
@@ -1,5 +1,3 @@
-//! Tokenization.
-
use std::fmt::{self, Debug, Formatter};
use super::{is_newline, Scanner};