chore: fix warning

This commit is contained in:
kaichaosun 2026-02-06 00:34:29 +08:00
parent 3e4e57ec6c
commit 86ad77c645
No known key found for this signature in database
GPG Key ID: 223E0F992F4F03BF

View File

@ -55,8 +55,6 @@ pub struct ChatApp {
pub user_name: String,
/// Path to state file.
state_path: PathBuf,
/// Data directory.
data_dir: PathBuf,
}
impl ChatApp {
@ -99,7 +97,6 @@ impl ChatApp {
status,
user_name: user_name.to_string(),
state_path,
data_dir: data_dir.clone(),
})
}