Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-05-22 13:13:12 +02:00
parent 5a9fae3fb5
commit 2376747273
3 changed files with 4 additions and 0 deletions

View file

@ -34,6 +34,7 @@ extern crate debug_unreachable;
#[macro_use]
extern crate derive_more;
#[macro_use]
#[cfg(feature = "gecko")]
extern crate gecko_profiler;
#[cfg(feature = "gecko")]
#[macro_use]