From 8fc4e083c9c5f1dce759461dc4c45e26151a3ad1 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 5 Apr 2021 20:00:13 +0200 Subject: 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 --- web/converse/src/errors.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/converse/src/errors.rs') diff --git a/web/converse/src/errors.rs b/web/converse/src/errors.rs index 95b2366ce509..6b22f8d39aa5 100644 --- a/web/converse/src/errors.rs +++ b/web/converse/src/errors.rs @@ -66,7 +66,7 @@ pub enum ConverseError { // actix-web-compatible response errors, such as the errors it // throws itself. #[fail(display = "Actix response error: {}", error)] - Actix { error: Box }, + Actix { error: Box }, } // Establish conversion links to foreign errors: -- cgit 1.4.1