diff --git a/components/msg/compositor_msg.rs b/components/msg/compositor_msg.rs index 54dc125f589..c51a0df6a0c 100644 --- a/components/msg/compositor_msg.rs +++ b/components/msg/compositor_msg.rs @@ -34,7 +34,7 @@ pub enum ReadyState { /// A newtype struct for denoting the age of messages; prevents race conditions. #[derive(PartialEq, Eq, Debug, Copy)] -pub struct Epoch(pub uint); +pub struct Epoch(pub u32); impl Epoch { pub fn next(&mut self) {