diff options
author | Oriol Brufau <obrufau@igalia.com> | 2023-08-16 08:24:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-16 06:24:42 +0000 |
commit | d6ae8dc112deb479f345c94970dde442332c8c27 (patch) | |
tree | 0d0f19804d9ee17d5e51b7285fed739a65390a71 /components/layout/lib.rs | |
parent | 8e15389caedd9b8e1b87cc9e4bfe8350a581546d (diff) | |
download | servo-d6ae8dc112deb479f345c94970dde442332c8c27.tar.gz servo-d6ae8dc112deb479f345c94970dde442332c8c27.zip |
Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)
This reverts commit 8e15389caedd9b8e1b87cc9e4bfe8350a581546d.
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index aab98048a54..3f41157c1cd 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -16,8 +16,6 @@ extern crate log; extern crate range; #[macro_use] extern crate serde; -#[macro_use] -extern crate size_of_test; #[macro_use] pub mod layout_debug; |