diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-03-30 16:58:45 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-03-30 16:58:45 +0100 |
| commit | db96ecae94a7c06d04528e8d4461ebca86d2d249 (patch) | |
| tree | 9f1bdbaa65b424ef522dadda02bfa4826acfc836 /src/syntax.rs | |
| parent | f683bba4004cc07f9ac91d5d99a6bab76f335dba (diff) | |
Move some types into better places 🧱
Diffstat (limited to 'src/syntax.rs')
| -rw-r--r-- | src/syntax.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.rs b/src/syntax.rs index 38e5a60e..56e11605 100644 --- a/src/syntax.rs +++ b/src/syntax.rs @@ -1,4 +1,4 @@ -//! Token and abstract syntax tree representations. +//! Tokenized and syntax tree representations of source code. /// A logical unit of the incoming text stream. |
