Remove some old externs
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user