chore(web/converse): Apply 'cargo fix --edition'
This does not yet change up `extern crate` and `macro_use` statements, but since we still depend on Diesel that also wouldn't work right now. Change-Id: I36de1b7b56f7d220f567346e13bad8da06461517 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2858 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
a0c4b91955
commit
8fc4e083c9
7 changed files with 29 additions and 29 deletions
|
|
@ -26,7 +26,7 @@ use actix::prelude::*;
|
|||
use reqwest;
|
||||
use url::Url;
|
||||
use url_serde;
|
||||
use errors::*;
|
||||
use crate::errors::*;
|
||||
|
||||
/// This structure represents the contents of an OIDC discovery
|
||||
/// document.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue