Skip to content

Commit

Permalink
Auto merge of #17811 - brainlessdeveloper:remove-immeta-dep, r=jdm
Browse files Browse the repository at this point in the history
Remove unused immeta dependency in net_traits

<!-- Please describe your changes on the following line: -->

---
<!-- 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 fix #17807 (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because it is an unused dependency removal

<!-- 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/17811)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Jul 21, 2017
2 parents 1e6999b + 9b6a065 commit 06b409a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion components/net_traits/Cargo.toml
Expand Up @@ -16,7 +16,6 @@ heapsize_derive = "0.1"
hyper = "0.10"
hyper_serde = "0.7"
image = "0.12"
immeta = "0.3.1"
ipc-channel = "0.8"
lazy_static = "0.2"
log = "0.3.5"
Expand Down

0 comments on commit 06b409a

Please sign in to comment.