Use u32 for PipelineId.

This commit is contained in:
Ms2ger 2015-03-27 20:06:59 +01:00
parent c98d92df00
commit 131270c1d3

View file

@ -315,7 +315,7 @@ pub struct FrameId(pub u32);
pub struct WorkerId(pub u32);
#[derive(Clone, PartialEq, Eq, Copy, Hash, Debug)]
pub struct PipelineId(pub uint);
pub struct PipelineId(pub u32);
#[derive(Clone, PartialEq, Eq, Copy, Hash, Debug)]
pub struct SubpageId(pub uint);