Remove #[macro_use] from log crate

This commit is contained in:
Lucien Greathouse
2019-01-15 12:43:02 -08:00
parent b87943e39d
commit 5b2a830d2d
9 changed files with 9 additions and 6 deletions

View File

@@ -3,6 +3,8 @@ use std::{
collections::{HashMap, HashSet},
};
use log::warn;
#[derive(Debug, Serialize)]
struct PathMapNode<T> {
value: T,