Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-08-15 03:55:50 +02:00 committed by Martin Robinson
parent 9a7e8006e1
commit 50d31686be
2 changed files with 0 additions and 52 deletions

View file

@ -18,7 +18,6 @@ extern crate servo_atoms;
extern crate servo_url;
#[macro_use]
extern crate size_of_test;
#[macro_use]
extern crate style;
extern crate style_traits;
extern crate test;
@ -31,7 +30,6 @@ mod parsing;
mod properties;
mod rule_tree;
mod size_of;
mod specified_values;
mod str;
mod stylesheets;
mod stylist;