Remove "use"
This commit is contained in:
parent
1245a6e2e9
commit
f5e9c3cf9d
|
@ -1,7 +1,6 @@
|
||||||
use std::{
|
use std::{
|
||||||
env::{temp_dir, var_os},
|
env::{temp_dir, var_os},
|
||||||
path::PathBuf,
|
path::PathBuf
|
||||||
process::exit,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const CACHE_LOCATION_ENV_NAME: &str = "CURRENCY_CACHE";
|
pub const CACHE_LOCATION_ENV_NAME: &str = "CURRENCY_CACHE";
|
||||||
|
|
Reference in New Issue