mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-05-16 06:59:29 +00:00
Quell Warnings
This commit is contained in:
parent
a5132e5e34
commit
2b2d485108
@ -22,6 +22,7 @@ pub struct Context<S: ChatStore> {
|
||||
_identity: Rc<Identity>,
|
||||
inbox: Inbox<S>,
|
||||
store: Rc<RefCell<S>>,
|
||||
#[allow(unused)] // TODO: (P2) Remove once Account integrated in future PR.
|
||||
account: LogosAccount,
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user