servo: Merge #13211 - Remove unused derivations from FrameState (from servo:FrameState-derive); r=ConnorGBrewster

Source-Repo: https://github.com/servo/servo
Source-Revision: b79401be312ef286b0aef68e5f03f7c7a072ea5d
This commit is contained in:
Ms2ger 2016-09-09 19:58:17 -05:00
parent 3cdf22b83d
commit 582c48e051

View File

@ -219,7 +219,7 @@ pub struct InitialConstellationState {
pub webrender_api_sender: Option<webrender_traits::RenderApiSender>,
}
#[derive(Clone, PartialEq, Eq, PartialOrd, Ord)]
#[derive(Debug, Clone)]
struct FrameState {
instant: Instant,
pipeline_id: PipelineId,