snf: bot: fix lint SegmentId

This commit is contained in:
Quaternions 2025-01-20 10:37:13 -08:00
parent 8e228033e0
commit c14f8975fc

View File

@ -76,7 +76,7 @@ struct Header{
#[binrw] #[binrw]
#[brw(little)] #[brw(little)]
#[derive(Clone,Copy,Debug,id::Id)] #[derive(Clone,Copy,Debug,id::Id)]
struct SegmentId(u32); pub struct SegmentId(u32);
pub struct Segment{ pub struct Segment{
pub instructions:Vec<TimedPhysicsInstruction> pub instructions:Vec<TimedPhysicsInstruction>