aboutsummaryrefslogtreecommitdiffstats
path: root/servo-tidy.toml
diff options
context:
space:
mode:
Diffstat (limited to 'servo-tidy.toml')
-rw-r--r--servo-tidy.toml14
1 files changed, 0 insertions, 14 deletions
diff --git a/servo-tidy.toml b/servo-tidy.toml
index 0e2205cc89a..2cc84585022 100644
--- a/servo-tidy.toml
+++ b/servo-tidy.toml
@@ -15,7 +15,6 @@ rand = [
"quickcheck", # Only used in tests
"servo_rand",
"tungstenite",
- "ws",
]
[ignore]
@@ -25,18 +24,11 @@ packages = [
"base64",
"cfg-if",
"cookie",
- "getrandom",
- "image",
"itoa",
"libloading",
- "miniz_oxide",
"num-rational",
"parking_lot",
"parking_lot_core",
- "png",
- "rand",
- "rand_chacha",
- "rand_core",
"redox_syscall",
"ron",
"time",
@@ -51,7 +43,6 @@ packages = [
"rustls-webpki",
# https://github.com/servo/servo/issues/26933
- "bytes",
"futures",
"mio",
@@ -66,11 +57,6 @@ packages = [
# https://github.com/servo/servo/pull/28236
"nix",
- # Duplicated by webrender debugger via ws
- "block-buffer",
- "digest",
- "generic-array",
-
# Duplicated by surfman/wgpu update.
"bitflags",
"windows-sys",