From 89041ac33035318fb0507191e5df31adbc758d1b Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Wed, 7 Jun 2023 00:50:20 +0200 Subject: Further changes required by Servo --- Cargo.lock | 19 ------------------- servo-tidy.toml | 2 -- 2 files changed, 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8ce282dcf2..aedcc003f21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1601,14 +1601,6 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" -[[package]] -name = "fallible" -version = "0.0.1" -dependencies = [ - "hashglobe", - "smallvec", -] - [[package]] name = "fastrand" version = "1.7.0" @@ -2598,14 +2590,6 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" -[[package]] -name = "hashglobe" -version = "0.1.0" -dependencies = [ - "libc", - "rand 0.7.3", -] - [[package]] name = "headers" version = "0.3.8" @@ -3461,7 +3445,6 @@ dependencies = [ "crossbeam-channel 0.4.4", "cssparser", "euclid", - "hashglobe", "http", "hyper_serde", "keyboard-types", @@ -5970,9 +5953,7 @@ dependencies = [ "derive_more", "encoding_rs", "euclid", - "fallible", "fxhash", - "hashglobe", "html5ever", "indexmap", "itertools", diff --git a/servo-tidy.toml b/servo-tidy.toml index 8254b04bd91..17b924c0dc0 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -11,7 +11,6 @@ lint-scripts = ["./python/servo/lints/wpt_lint.py"] [blocked-packages] num = [] rand = [ - "hashglobe", # Only used in tests "ipc-channel", "phf_generator", "quickcheck", # Only used in tests @@ -135,7 +134,6 @@ directories = [ "./components/script/dom/bindings/codegen/ply", "./python/_virtualenv*", "./python/mach", - "./components/hashglobe/src", # Generated and upstream code combined with our own. Could use cleanup "./target", ] -- cgit v1.2.3