mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 23:16:30 +03:00
remove emtpy file
allow unused code for new_from_arc
This commit is contained in:
@@ -40,6 +40,7 @@ impl CommandApi {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn new_from_arc(accounts: Arc<RwLock<Accounts>>) -> Self {
|
||||
CommandApi { accounts }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user