diff --git a/sea-orm-macros/src/derives/attributes.rs b/sea-orm-macros/src/derives/attributes.rs index 070f98ac..4f46f55a 100644 --- a/sea-orm-macros/src/derives/attributes.rs +++ b/sea-orm-macros/src/derives/attributes.rs @@ -3,6 +3,7 @@ pub mod derive_attr { /// Attributes for Models and ActiveModels #[derive(Default, FromAttributes)] + #[allow(dead_code)] pub struct SeaOrm { pub column: Option, pub entity: Option,