Remove some old externs

This commit is contained in:
Greg Shuflin 2021-10-13 00:49:26 -07:00
parent cd4045b8e7
commit 2c64bb6c34
1 changed files with 0 additions and 4 deletions

View File

@ -6,7 +6,6 @@
//! It defines the `Schala` type, which contains the state for a Schala REPL, and implements
//! `ProgrammingLanguageInterface` and the chain of compiler passes for it.
extern crate itertools;
#[macro_use]
extern crate lazy_static;
#[macro_use]
@ -14,10 +13,7 @@ extern crate maplit;
extern crate schala_repl;
#[macro_use]
extern crate schala_lang_codegen;
extern crate ena;
extern crate derivative;
extern crate colored;
extern crate radix_trie;
macro_rules! bx {