mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-19 00:31:24 +01:00
enable dead_code lint
This commit is contained in:
parent
518d0c9cf3
commit
d7e945f4c5
17 changed files with 15 additions and 137 deletions
|
|
@ -20,10 +20,6 @@ pub(crate) trait Data: Send + Sync {
|
|||
&self,
|
||||
outgoing_kind: &OutgoingKind,
|
||||
) -> Result<()>;
|
||||
fn delete_all_requests_for(
|
||||
&self,
|
||||
outgoing_kind: &OutgoingKind,
|
||||
) -> Result<()>;
|
||||
fn queue_requests(
|
||||
&self,
|
||||
requests: &[(&OutgoingKind, SendingEventType)],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue