style: Remove a redundant use statement.

This commit is contained in:
Emilio Cobos Álvarez 2019-04-09 13:34:24 +02:00
parent fc0dad2074
commit a7636010ee

View file

@ -339,8 +339,6 @@ mod bindings {
}
fn setup_logging() -> bool {
use log;
struct BuildLogger {
file: Option<Mutex<fs::File>>,
filter: String,