Remove extern crate and log dependency
This commit is contained in:
parent
87007c7e32
commit
7bfcf4c0bc
3 changed files with 3 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue