Remove "use"

This commit is contained in:
Mateusz Słodkowicz 2024-03-16 00:30:10 +01:00
parent 1245a6e2e9
commit f5e9c3cf9d
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
use std::{
env::{temp_dir, var_os},
path::PathBuf,
process::exit,
path::PathBuf
};
pub const CACHE_LOCATION_ENV_NAME: &str = "CURRENCY_CACHE";