Removed unused `use`s

This commit is contained in:
Lucien Cartier-Tilet 2020-03-29 03:06:46 +02:00
parent c6baa46aca
commit c418323b5c
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 4 deletions

View File

@ -13,16 +13,13 @@
//! user-defined sound changes to words and texts based on regex expressions.
use std::fs::File;
use std::io::Result;
use std::path::Path;
extern crate log;
extern crate simplelog;
use log::{info, warn};
use simplelog::*;
pub mod settings;
use settings::utils;
/// Initializes the crate
///