cargo fmt

This commit is contained in:
Chris Tsang 2021-12-26 00:36:33 +08:00
parent d5c9c65079
commit 6120d82924

View File

@ -4,8 +4,8 @@ use crate::{
RelationTrait, RelationType, Select, Update, UpdateMany, UpdateOne,
};
use sea_query::{Alias, Iden, IntoIden, IntoTableRef, IntoValueTuple, TableRef};
pub use strum::IntoEnumIterator as Iterable;
use std::fmt::Debug;
pub use strum::IntoEnumIterator as Iterable;
/// Ensure the identifier for an Entity can be converted to a static str
pub trait IdenStatic: Iden + Copy + Debug + 'static {