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.
|
//! user-defined sound changes to words and texts based on regex expressions.
|
||||||
|
|
||||||
use std::fs::File;
|
use std::fs::File;
|
||||||
use std::io::Result;
|
|
||||||
use std::path::Path;
|
|
||||||
|
|
||||||
extern crate log;
|
extern crate log;
|
||||||
extern crate simplelog;
|
extern crate simplelog;
|
||||||
use log::{info, warn};
|
use log::{info, warn};
|
||||||
use simplelog::*;
|
use simplelog::*;
|
||||||
|
|
||||||
|
|
||||||
pub mod settings;
|
pub mod settings;
|
||||||
use settings::utils;
|
|
||||||
|
|
||||||
/// Initializes the crate
|
/// Initializes the crate
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user