aboutsummaryrefslogtreecommitdiffstats
path: root/servo-tidy.toml
diff options
context:
space:
mode:
authorOriol Brufau <obrufau@igalia.com>2024-05-27 17:24:34 +0200
committerGitHub <noreply@github.com>2024-05-27 15:24:34 +0000
commit453ac11e3d4b91c94599a2afa2c2474e0d064ba2 (patch)
tree9ca88fc97e39044f9c299f43b36660e8474e0a17 /servo-tidy.toml
parent43a3c9c319e6406c92254031cd05ca23609102ef (diff)
downloadservo-453ac11e3d4b91c94599a2afa2c2474e0d064ba2.tar.gz
servo-453ac11e3d4b91c94599a2afa2c2474e0d064ba2.zip
Upgrade stylo to 2024-05-15 (#32334)
* Upgrade stylo to 2024-05-15 * Fixup for https://phabricator.services.mozilla.com/D208599 * Fixup for https://phabricator.services.mozilla.com/D208569 * Fixup for https://phabricator.services.mozilla.com/D207796 * Fixup for https://phabricator.services.mozilla.com/D209690 * hashbrown and indexmap are no longer duplicated
Diffstat (limited to 'servo-tidy.toml')
-rw-r--r--servo-tidy.toml6
1 files changed, 0 insertions, 6 deletions
diff --git a/servo-tidy.toml b/servo-tidy.toml
index b05b6d97413..46db6d037ed 100644
--- a/servo-tidy.toml
+++ b/servo-tidy.toml
@@ -52,12 +52,6 @@ packages = [
"foreign-types-shared",
"metal",
- # Duplicated by indexmap.
- "hashbrown",
-
- # Duplicated by style, cbindgen, clap, and GStreamer.
- "indexmap",
-
# quickcheck (required by layout_2020 for tests) is
# stuck on 0.8.4 with no new releases.
"env_logger",