1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-08-28 18:37:48 +02:00
This commit is contained in:
Rob Ede
2023-01-07 01:04:16 +00:00
parent 6848312467
commit 779860b664
13 changed files with 27 additions and 29 deletions

View File

@@ -13,7 +13,7 @@ pub use self::redis::{Command, RedisActor};
/// General purpose `actix-redis` error.
#[derive(Debug, Display, Error, From)]
pub enum Error {
#[display(fmt = "Redis error: {}", _0)]
#[display(fmt = "Redis error: {_0}")]
Redis(redis_async::error::Error),
/// Receiving message during reconnecting.