Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
bck01215 committed Jun 20, 2024
1 parent cb132b0 commit 8b7aaf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use serde::{Deserialize, Serialize};
use std::fs::File;
use std::io::{self, Read, Write};
use std::path::PathBuf;
use toml;

#[derive(Serialize, Deserialize, Debug, Default)]
pub struct Config {
Expand Down

0 comments on commit 8b7aaf3

Please sign in to comment.