aboutsummaryrefslogtreecommitdiffstats
path: root/components/selectors/build.rs
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2024-02-20 07:57:10 +0100
committerGitHub <noreply@github.com>2024-02-20 06:57:10 +0000
commit2fa76916d35b178a1427fb0af831c5925e7ecea9 (patch)
treedfa72d0af7379ba33a6dbd852c771c4bc7efc6d6 /components/selectors/build.rs
parentb9935188927b5ab294ae8bf68a848d254e66aa28 (diff)
downloadservo-2fa76916d35b178a1427fb0af831c5925e7ecea9.tar.gz
servo-2fa76916d35b178a1427fb0af831c5925e7ecea9.zip
Revert as many changes to selectors from upstream as possible (#31365)
This is part of the preparation for splitting stylo into a separate crate. We have made various changes to selectors includings: 1. Bumping the rust edition 2. Fixing typos and updating links In addition to reverting those changes, this PR pulls in some changes to selectors we seem to have missed in the process of updates.
Diffstat (limited to 'components/selectors/build.rs')
-rw-r--r--components/selectors/build.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/selectors/build.rs b/components/selectors/build.rs
index a4b07b3d430..c5c3803991e 100644
--- a/components/selectors/build.rs
+++ b/components/selectors/build.rs
@@ -2,6 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
+extern crate phf_codegen;
+
use std::env;
use std::fs::File;
use std::io::{BufWriter, Write};