mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Auto merge of #19654 - emilio:geckolib-nightly, r=jdm
style: Allow building stylo with rust nightly. See individual commits for details. <!-- 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/19654) <!-- Reviewable:end -->
This commit is contained in:
commit
f71fb8bddc
2 changed files with 1 additions and 2 deletions
|
@ -1787,7 +1787,7 @@ impl<'le> Eq for GeckoElement<'le> {}
|
|||
impl<'le> Hash for GeckoElement<'le> {
|
||||
#[inline]
|
||||
fn hash<H: Hasher>(&self, state: &mut H) {
|
||||
(self.0 as *const _).hash(state);
|
||||
(self.0 as *const RawGeckoElement).hash(state);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue