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

@@ -3,6 +3,7 @@ use std::{
collections::{HashMap, HashSet},
};
use serde_derive::Serialize;
use log::warn;
#[derive(Debug, Serialize)]