remove unnecessary autotrait

This commit is contained in:
philipp 2023-07-27 22:42:00 +02:00
parent 301d3527c1
commit efbe589c83

View File

@ -18,7 +18,6 @@ use crate::model::{
struct AddPlannedEventForm<'r> {
name: &'r str,
planned_amount_cox: i32,
#[serde(flatten)]
tripdetails: TripDetailsToAdd<'r>,
}