From d6912cde0b02e24dde1e725b5c11e87f3ae34e67 Mon Sep 17 00:00:00 2001 From: Amaury <1293565+amaury1093@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:55:19 +0100 Subject: [PATCH] clippy --- backend/src/storage/postgres.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/storage/postgres.rs b/backend/src/storage/postgres.rs index 00b31a57d..401b4e94a 100644 --- a/backend/src/storage/postgres.rs +++ b/backend/src/storage/postgres.rs @@ -19,7 +19,6 @@ use crate::worker::do_work::{CheckEmailJobId, CheckEmailTask, TaskError}; use check_if_email_exists::{CheckEmailOutput, LOG_TARGET}; use sqlx::postgres::PgPoolOptions; use sqlx::PgPool; -use std::any::Any; use tracing::{debug, info}; #[derive(Debug)]