This commit is contained in:
MedzikUser 2022-03-10 22:08:01 +01:00
parent 60b0dc0d84
commit 9f22754fc3
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ use dirs::config_dir;
use log::warn;
use std::{
fs::{create_dir_all, read_to_string, File},
io::{Write as _, self},
io::{self, Write as _},
path::Path,
};
use toml::from_str as toml_from_str;