cargo fix
This commit is contained in:
parent
7822a385bb
commit
50b0eb9929
22 changed files with 23 additions and 26 deletions
|
@ -5,7 +5,6 @@ pub use data::Data;
|
|||
use std::{
|
||||
collections::{BTreeMap, HashMap, HashSet},
|
||||
fmt::Debug,
|
||||
iter,
|
||||
sync::Arc,
|
||||
time::{Duration, Instant},
|
||||
};
|
||||
|
@ -13,7 +12,7 @@ use std::{
|
|||
use crate::{
|
||||
api::{appservice_server, server_server},
|
||||
services,
|
||||
utils::{self, calculate_hash},
|
||||
utils::{calculate_hash},
|
||||
Config, Error, PduEvent, Result,
|
||||
};
|
||||
use federation::transactions::send_transaction_message;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue