Auto merge of #9509 - servo:cocoa, r=Ms2ger

Deduplicate the cocoa crate.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9509)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-02-05 01:56:50 +05:30
commit 9e68285d35
3 changed files with 3 additions and 14 deletions

View file

@ -168,7 +168,7 @@ def check_lock(file_name, contents):
raise StopIteration
# package names to be neglected (as named by cargo)
exceptions = ["cocoa"]
exceptions = []
import toml
content = toml.loads(contents)