fix _ to - typo

master
rascul 6 months ago
parent a5b41dfe21
commit bfa8a5b49e

@ -90,7 +90,7 @@ impl From<serde_json::Error> for Rear {
} }
} }
#[cfg(feature = "tokio_postgres")] #[cfg(feature = "tokio-postgres")]
impl From<tokio_postgres::Error> for Rear { impl From<tokio_postgres::Error> for Rear {
fn from(error: tokio_postgres::Error) -> Self { fn from(error: tokio_postgres::Error) -> Self {
Self { message: error.to_string(), error: error.into() } Self { message: error.to_string(), error: error.into() }

Loading…
Cancel
Save