Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-09-27 22:30:11 +02:00 committed by Martin Robinson
parent f196c19106
commit 5c3e8cade4

View file

@ -27,6 +27,7 @@ use servo_arc::Arc;
use smallvec::SmallVec;
use std::borrow::Cow;
use std::cell::RefCell;
#[cfg(feature = "gecko")]
use std::mem;
#[derive(Clone, Copy, Debug, Eq, PartialEq)]