mirror of
https://github.com/maciejpedzich/f1-game-packet-parser.git
synced 2025-04-16 18:11:11 +02:00
refactor: add missing non_exhaustive marker to LapData struct
This commit is contained in:
parent
1fd708d821
commit
fb83776da5
@ -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,
|
||||
)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user