diff --git a/butane/tests/custom_pg.rs b/butane/tests/custom_pg.rs index 8da2a35a..7e445a52 100644 --- a/butane/tests/custom_pg.rs +++ b/butane/tests/custom_pg.rs @@ -1,8 +1,6 @@ // We wrap everything in an inner module just so it's easier to have the feature gate in one place #[cfg(feature = "pg")] mod custom_pg { - use std::result::Result; - use butane::custom::{SqlTypeCustom, SqlValRefCustom}; use butane::prelude::*; use butane::{butane_type, db::Connection, model};