Removed unused use
s
This commit is contained in:
parent
c6baa46aca
commit
c418323b5c
@ -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
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user