Auto merge of #15753 - UK992:tidy, r=jdm

Fix Cargo.toml in servo_tidy_tests

- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #15737

<!-- 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/15753)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-02-27 08:56:30 -08:00 committed by GitHub
commit 28bd00debc

View file

@ -1,5 +1,8 @@
[package] [package]
name = "test" name = "test"
version = "*" version = "0.0.1"
authors = ["The Servo Project Developers"] authors = ["The Servo Project Developers"]
publish = false publish = false
[dependencies]
test-package = { version = "*" }