From a96e203bb390ce745cb2a31c93ebb71773984e55 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sun, 7 Jan 2024 20:29:59 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20unused=20exported=20traits?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagetop/src/db/migration/prelude.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/pagetop/src/db/migration/prelude.rs b/pagetop/src/db/migration/prelude.rs index 2c1132ad..5556a094 100644 --- a/pagetop/src/db/migration/prelude.rs +++ b/pagetop/src/db/migration/prelude.rs @@ -9,7 +9,5 @@ pub use async_trait; pub use sea_orm; pub use sea_orm::sea_query; pub use sea_orm::sea_query::*; -pub use sea_orm::ConnectionTrait; -pub use sea_orm::DbErr; pub use sea_orm::DeriveIden; pub use sea_orm::DeriveMigrationName;