mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-02-10 00:43:09 +00:00
chore: fix warning
This commit is contained in:
parent
3e4e57ec6c
commit
86ad77c645
@ -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(),
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user