Skip to content

Commit 40feecb

Browse files
author
bors-servo
authored
Auto merge of #13211 - servo:FrameState-derive, r=ConnorGBrewster
Remove unused derivations from FrameState. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13211) <!-- Reviewable:end -->
2 parents 1452914 + 3147005 commit 40feecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/constellation/constellation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ pub struct InitialConstellationState {
219219
pub webrender_api_sender: Option<webrender_traits::RenderApiSender>,
220220
}
221221

222-
#[derive(Clone, PartialEq, Eq, PartialOrd, Ord)]
222+
#[derive(Debug, Clone)]
223223
struct FrameState {
224224
instant: Instant,
225225
pipeline_id: PipelineId,

0 commit comments

Comments
 (0)