aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index a7705ab66..94d843db3 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -24,6 +24,7 @@ extern crate itertools;
24extern crate text_unit; 24extern crate text_unit;
25extern crate unicode_xid; 25extern crate unicode_xid;
26extern crate drop_bomb; 26extern crate drop_bomb;
27extern crate parking_lot;
27 28
28pub mod algo; 29pub mod algo;
29pub mod ast; 30pub mod ast;