diff --git a/src/packets/lap_data.rs b/src/packets/lap_data.rs index 111bc19..64dece1 100644 --- a/src/packets/lap_data.rs +++ b/src/packets/lap_data.rs @@ -5,6 +5,7 @@ use binrw::BinRead; use serde::{Deserialize, Serialize}; /// Lap data for a car on track. +#[non_exhaustive] #[derive( BinRead, PartialEq, PartialOrd, Copy, Clone, Debug, Serialize, Deserialize, )]