Remove some old externs
This commit is contained in:
parent
cd4045b8e7
commit
2c64bb6c34
@ -6,7 +6,6 @@
|
|||||||
//! It defines the `Schala` type, which contains the state for a Schala REPL, and implements
|
//! It defines the `Schala` type, which contains the state for a Schala REPL, and implements
|
||||||
//! `ProgrammingLanguageInterface` and the chain of compiler passes for it.
|
//! `ProgrammingLanguageInterface` and the chain of compiler passes for it.
|
||||||
|
|
||||||
extern crate itertools;
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate lazy_static;
|
extern crate lazy_static;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
@ -14,10 +13,7 @@ extern crate maplit;
|
|||||||
extern crate schala_repl;
|
extern crate schala_repl;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate schala_lang_codegen;
|
extern crate schala_lang_codegen;
|
||||||
extern crate ena;
|
|
||||||
extern crate derivative;
|
extern crate derivative;
|
||||||
extern crate colored;
|
|
||||||
extern crate radix_trie;
|
|
||||||
|
|
||||||
|
|
||||||
macro_rules! bx {
|
macro_rules! bx {
|
||||||
|
Loading…
Reference in New Issue
Block a user