fix various nightly incidental lints
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
49033db2b8
commit
e6884ef13a
3 changed files with 3 additions and 3 deletions
|
@ -189,7 +189,7 @@ impl super::Service {
|
|||
.services
|
||||
.client
|
||||
.well_known
|
||||
.get(&format!("https://{dest}/.well-known/matrix/server"))
|
||||
.get(format!("https://{dest}/.well-known/matrix/server"))
|
||||
.send()
|
||||
.await;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue