Get rid of unused imports

This commit is contained in:
greg 2017-10-31 00:45:15 -07:00
parent c4dbdf1fe7
commit c057f068ef
1 changed files with 0 additions and 8 deletions

View File

@ -9,20 +9,12 @@ extern crate itertools;
extern crate lazy_static;
#[macro_use]
extern crate maplit;
#[macro_use]
extern crate serde_derive;
extern crate serde_json;
extern crate rocket;
extern crate rocket_contrib;
extern crate includedir;
extern crate phf;
use std::path::Path;
use std::fs::File;
use std::io::{Read, Write};
use std::process::exit;
use std::default::Default;
mod schala_lang;
mod maaru_lang;
mod robo_lang;