Skip to content

Commit 4eb6538

Browse files
author
bors-servo
authored
Auto merge of #14592 - asajeffrey:util-goodbye, r=mbrubeck
Remove the util crate <!-- Please describe your changes on the following line: --> This PR removes the `util` crate. * Replaced the `spawn_named` and `clamp` functions by appropriate uses of `std::thread::Builder::spawn`, `std::cmp::min` and `std::cmp::max`. * Moved `opts`, `prefs` and `resource_files` into a new `config` crate. * Moved `remutex` and `geometry` into their own crates. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes do not require tests because they are refactorings <!-- 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/14592) <!-- Reviewable:end -->
2 parents 6ee175b + 9be4fd5 commit 4eb6538

File tree

133 files changed

+396
-352
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+396
-352
lines changed

Cargo.lock

Lines changed: 79 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/bluetooth/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ bluetooth_traits = {path = "../bluetooth_traits"}
1515
device = {git = "https://github.com/servo/devices", features = ["bluetooth-test"]}
1616
ipc-channel = "0.5"
1717
rand = "0.3"
18-
util = {path = "../util"}
1918
uuid = {version = "0.3.1", features = ["v4"]}
2019

2120
[target.'cfg(target_os = "linux")'.dependencies]

0 commit comments

Comments
 (0)