diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-04-30 09:15:31 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-04-30 09:20:22 +0200 |
| commit | 9d605c3128bcb20c51988ecea72c956a79f4306b (patch) | |
| tree | b764aaa51e6f5286ece5796dea568eb33c522339 /src/lib.rs | |
| parent | 90848df5de3cf2e7d99ee8c2a7a07b768f207f7a (diff) | |
Remove the concept of words from tokenization 🎈
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -53,7 +53,6 @@ use crate::syntax::SyntaxTree; #[macro_use] mod error; -mod utility; pub mod doc; pub mod engine; pub mod export; |
