Remove extern crate and log dependency

This commit is contained in:
Héctor Ramón Jiménez 2019-09-16 14:04:33 +02:00
parent 87007c7e32
commit 7bfcf4c0bc
3 changed files with 3 additions and 6 deletions

View file

@ -196,7 +196,6 @@
#![deny(unused_results)]
#![deny(unsafe_code)]
#![deny(rust_2018_idioms)]
#[macro_use] extern crate log;
pub mod input;
pub mod renderer;
pub mod widget;