From f278559e07bfd1b265058e0acbf2b3e7c165e2ec Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Fri, 2 Jun 2023 18:06:59 +0200 Subject: [PATCH] chore: format profile --- src/profile.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/profile.rs b/src/profile.rs index b2b3408..5033393 100644 --- a/src/profile.rs +++ b/src/profile.rs @@ -1,9 +1,9 @@ use serde::{Deserialize, Serialize}; use std::{ collections::HashMap, - fs::{create_dir_all, File, OpenOptions}, - io::{BufReader, BufWriter}, - path::Path, fmt::Display, + fs::File, + io::BufReader, + fmt::Display, }; use crate::file_utils::get_writer;