clean code with clippy

This commit is contained in:
2023-04-04 19:49:27 +02:00
parent ed1ee2e7e2
commit da31c36c70
10 changed files with 33 additions and 52 deletions

View File

@ -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,