From bfa8a5b49ee0caf21f6e668dcc98dc0e1a3d12b5 Mon Sep 17 00:00:00 2001 From: rascul Date: Sat, 16 Mar 2024 17:40:24 -0500 Subject: [PATCH] fix _ to - typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index c79e102..a94cd6f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -90,7 +90,7 @@ impl From for Rear { } } -#[cfg(feature = "tokio_postgres")] +#[cfg(feature = "tokio-postgres")] impl From for Rear { fn from(error: tokio_postgres::Error) -> Self { Self { message: error.to_string(), error: error.into() }