clippy
This commit is contained in:
@ -9,11 +9,7 @@ use serde::Serialize;
|
||||
use sqlx::{FromRow, Row, SqlitePool};
|
||||
|
||||
use super::{
|
||||
notification::Notification,
|
||||
role::Role,
|
||||
trip,
|
||||
tripdetails::{self, TripDetails},
|
||||
triptype::TripType,
|
||||
notification::Notification, role::Role, tripdetails::TripDetails, triptype::TripType,
|
||||
user::User,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user