forked from rojo-rbx/rojo
Remove #[macro_use] from log crate
This commit is contained in:
@@ -3,6 +3,8 @@ use std::{
|
||||
collections::{HashMap, HashSet},
|
||||
};
|
||||
|
||||
use log::warn;
|
||||
|
||||
#[derive(Debug, Serialize)]
|
||||
struct PathMapNode<T> {
|
||||
value: T,
|
||||
|
||||
Reference in New Issue
Block a user