mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-08-27 08:01:09 +00:00
Clippy fixes
This commit is contained in:
@@ -147,7 +147,7 @@ where
|
||||
|
||||
Ok(Self {
|
||||
services: ServiceContext {
|
||||
auth_service: auth,
|
||||
_auth_service: auth,
|
||||
ds: delivery,
|
||||
registry: registration,
|
||||
store,
|
||||
|
||||
@@ -40,7 +40,7 @@ where
|
||||
|
||||
/// Bundles every service a conversation operation may need.
|
||||
pub(crate) struct ServiceContext<S: ExternalServices> {
|
||||
pub(crate) auth_service: S::AS,
|
||||
pub(crate) _auth_service: S::AS,
|
||||
pub(crate) ds: S::DS,
|
||||
pub(crate) registry: S::RS,
|
||||
pub(crate) store: S::CS,
|
||||
|
||||
Reference in New Issue
Block a user