Fix clippy

This commit is contained in:
Billy Chan 2021-09-09 22:54:44 +08:00
parent cc5fde41bd
commit f4dba6bf62
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -1,7 +1,7 @@
pub mod common;
pub use common::{bakery_chain::*, setup::*, TestContext};
use sea_orm::{entity::prelude::*, DatabaseConnection, IntoActiveModel, Set};
use sea_orm::{entity::prelude::*, DatabaseConnection, IntoActiveModel};
use uuid::Uuid;
#[sea_orm_macros::test]