aboutsummaryrefslogtreecommitdiffstats
path: root/components/selectors/lib.rs
diff options
context:
space:
mode:
authorOriol Brufau <obrufau@igalia.com>2023-08-16 08:24:42 +0200
committerGitHub <noreply@github.com>2023-08-16 06:24:42 +0000
commitd6ae8dc112deb479f345c94970dde442332c8c27 (patch)
tree0d0f19804d9ee17d5e51b7285fed739a65390a71 /components/selectors/lib.rs
parent8e15389caedd9b8e1b87cc9e4bfe8350a581546d (diff)
downloadservo-d6ae8dc112deb479f345c94970dde442332c8c27.tar.gz
servo-d6ae8dc112deb479f345c94970dde442332c8c27.zip
Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)
This reverts commit 8e15389caedd9b8e1b87cc9e4bfe8350a581546d.
Diffstat (limited to 'components/selectors/lib.rs')
-rw-r--r--components/selectors/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/selectors/lib.rs b/components/selectors/lib.rs
index 2b785a8cd65..17f81c535b6 100644
--- a/components/selectors/lib.rs
+++ b/components/selectors/lib.rs
@@ -5,9 +5,6 @@
// Make |cargo bench| work.
#![cfg_attr(feature = "bench", feature(test))]
-#[macro_use]
-extern crate size_of_test;
-
pub mod attr;
pub mod bloom;
mod builder;