diff --git a/butane_core/src/lib.rs b/butane_core/src/lib.rs index 91ad2a48..f5947acb 100644 --- a/butane_core/src/lib.rs +++ b/butane_core/src/lib.rs @@ -94,10 +94,6 @@ pub trait DataObject: DataResult { } } -pub trait ModelTyped { - type Model: DataObject; -} - /// Butane errors. #[derive(Debug, ThisError)] pub enum Error {