Remove unused
This commit is contained in:
parent
58349ee68b
commit
6caf530d21
@ -1,5 +1,4 @@
|
|||||||
use crate::{Database, EntityTrait, ExecErr, Iterable, PrimaryKeyToColumn, Value};
|
use crate::{Database, EntityTrait, ExecErr, Iterable, PrimaryKeyToColumn, Value};
|
||||||
use async_trait::async_trait;
|
|
||||||
use std::fmt::Debug;
|
use std::fmt::Debug;
|
||||||
|
|
||||||
#[derive(Clone, Debug, Default)]
|
#[derive(Clone, Debug, Default)]
|
||||||
@ -45,7 +44,6 @@ where
|
|||||||
ActiveValue::unchanged(value)
|
ActiveValue::unchanged(value)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[async_trait]
|
|
||||||
pub trait ActiveModelTrait: Clone + Debug {
|
pub trait ActiveModelTrait: Clone + Debug {
|
||||||
type Entity: EntityTrait;
|
type Entity: EntityTrait;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user