Run cargo fmt using nightly

This commit is contained in:
Devin Ragotzy 2021-01-26 21:53:03 -05:00
parent 56b816a2be
commit a0ecd76e21
6 changed files with 37 additions and 24 deletions

View file

@ -4,10 +4,11 @@ use ruma::{
api::federation::discovery::{ServerSigningKeys, VerifyKey},
ServerName, ServerSigningKeyId,
};
use std::collections::{BTreeMap, HashMap};
use std::sync::Arc;
use std::sync::RwLock;
use std::time::Duration;
use std::{
collections::{BTreeMap, HashMap},
sync::{Arc, RwLock},
time::Duration,
};
use trust_dns_resolver::TokioAsyncResolver;
pub const COUNTER: &str = "c";