diff --git a/src/config/toml.rs b/src/config/toml.rs index ae23c1e..f36fd59 100644 --- a/src/config/toml.rs +++ b/src/config/toml.rs @@ -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;