From 3147005547eee95e14d0c48d4f6c7be2d5a93419 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Fri, 9 Sep 2016 10:09:29 +0200 Subject: [PATCH] Remove unused derivations from FrameState. --- components/constellation/constellation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/constellation/constellation.rs b/components/constellation/constellation.rs index 372aa526688..609680ccf7c 100644 --- a/components/constellation/constellation.rs +++ b/components/constellation/constellation.rs @@ -219,7 +219,7 @@ pub struct InitialConstellationState { pub webrender_api_sender: Option, } -#[derive(Clone, PartialEq, Eq, PartialOrd, Ord)] +#[derive(Debug, Clone)] struct FrameState { instant: Instant, pipeline_id: PipelineId,