summaryrefslogtreecommitdiff
path: root/src/parsing.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parsing.rs')
-rw-r--r--src/parsing.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/parsing.rs b/src/parsing.rs
index 2737fde4..92eaae75 100644
--- a/src/parsing.rs
+++ b/src/parsing.rs
@@ -1,4 +1,4 @@
-//! Parsing of source code into tokens and syntax trees.
+//! Tokenization and parsing of source code into syntax trees.
use std::fmt;
use std::iter::Peekable;
@@ -475,7 +475,6 @@ mod token_tests {
}
}
-
#[cfg(test)]
mod parse_tests {
use super::*;