get rid of this one warning
This commit is contained in:
parent
ca778af269
commit
7fb468b072
|
@ -491,6 +491,7 @@ pub struct GranularAccess {
|
|||
pub hide_private: bool,
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[derive(Debug, Deserialize)]
|
||||
pub struct Vehicles(Vec<Vehicle>);
|
||||
|
||||
|
|
Loading…
Reference in a new issue