get rid of this one warning

This commit is contained in:
Alex Janka 2024-01-08 09:20:13 +11:00
parent ca778af269
commit 7fb468b072

View file

@ -491,6 +491,7 @@ pub struct GranularAccess {
pub hide_private: bool, pub hide_private: bool,
} }
#[allow(dead_code)]
#[derive(Debug, Deserialize)] #[derive(Debug, Deserialize)]
pub struct Vehicles(Vec<Vehicle>); pub struct Vehicles(Vec<Vehicle>);