Skip to content

Commit efe9b08

Browse files
author
bors-servo
authored
Auto merge of servo#24150 - atouchet:tidy, r=jdm
Update servo-tidy <!-- Please describe your changes on the following line: --> These crates are no longer being used or using rand. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/24150) <!-- Reviewable:end -->
2 parents 7a67261 + 1d09e36 commit efe9b08

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

servo-tidy.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,12 @@ lint-scripts = [
1515
[blocked-packages]
1616
num = []
1717
rand = [
18-
"crossbeam-channel", # Used to initialize a thread-local
1918
"gaol",
2019
"hashglobe", # Only used in tests
2120
"ipc-channel",
22-
"multipart",
23-
"parking_lot_core",
2421
"phf_generator",
2522
"servo_rand",
26-
"smithay-client-toolkit",
2723
"tempfile",
28-
"tungstenite",
2924
"tokio-threadpool",
3025
"uuid",
3126
"ws",

0 commit comments

Comments
 (0)