Quell Warnings

This commit is contained in:
Jazz Turner-Baggs 2026-04-24 13:34:24 -07:00
parent a5132e5e34
commit 2b2d485108
No known key found for this signature in database

View File

@ -22,6 +22,7 @@ pub struct Context<S: ChatStore> {
_identity: Rc<Identity>, _identity: Rc<Identity>,
inbox: Inbox<S>, inbox: Inbox<S>,
store: Rc<RefCell<S>>, store: Rc<RefCell<S>>,
#[allow(unused)] // TODO: (P2) Remove once Account integrated in future PR.
account: LogosAccount, account: LogosAccount,
} }