Skip to content

Commit 183fae6

Browse files
committed
chore: address linting error
1 parent 9b6185d commit 183fae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql_embedded/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pub enum Error {
4747
/// Convert PostgreSQL [archive errors](postgresql_archive::Error) to an [embedded errors](Error::ArchiveError)
4848
impl From<postgresql_archive::Error> for Error {
4949
fn from(error: postgresql_archive::Error) -> Self {
50-
Error::ArchiveError(error.into())
50+
Error::ArchiveError(error)
5151
}
5252
}
5353

0 commit comments

Comments
 (0)