mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-22 05:35:10 +00:00
Remove #[macro_use] from log crate
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
#[macro_use] extern crate log;
|
||||
|
||||
use std::{
|
||||
path::{Path, PathBuf},
|
||||
env,
|
||||
process,
|
||||
};
|
||||
|
||||
use log::error;
|
||||
use clap::clap_app;
|
||||
|
||||
use librojo::commands;
|
||||
|
||||
Reference in New Issue
Block a user