diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
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; | |||
24 | extern crate text_unit; | 24 | extern crate text_unit; |
25 | extern crate unicode_xid; | 25 | extern crate unicode_xid; |
26 | extern crate drop_bomb; | 26 | extern crate drop_bomb; |
27 | extern crate parking_lot; | ||
27 | 28 | ||
28 | pub mod algo; | 29 | pub mod algo; |
29 | pub mod ast; | 30 | pub mod ast; |