Remove remaining 'extern crate' declarations

This commit is contained in:
Lucien Greathouse
2019-01-15 12:44:49 -08:00
parent 5b2a830d2d
commit 9d3638fa46
7 changed files with 8 additions and 7 deletions

View File

@@ -6,9 +6,10 @@ use std::{
path::{Path, PathBuf},
};
use maplit::hashmap;
use failure::Fail;
use maplit::hashmap;
use rbx_tree::RbxValue;
use serde_derive::{Serialize, Deserialize};
pub static PROJECT_FILENAME: &'static str = "roblox-project.json";