clean code with clippy
This commit is contained in:
@ -11,7 +11,7 @@ pub struct TripDetails {
|
||||
}
|
||||
|
||||
impl TripDetails {
|
||||
pub async fn new(
|
||||
pub async fn create(
|
||||
db: &SqlitePool,
|
||||
planned_starting_time: String,
|
||||
max_people: i32,
|
||||
|
Reference in New Issue
Block a user