servo: Merge #9509 - Deduplicate the cocoa crate (from servo:cocoa); r=Ms2ger

Source-Repo: https://github.com/servo/servo
Source-Revision: 9e68285d35a2e7b72c9edfd9e5e37399e724c4e6
This commit is contained in:
Simon Sapin
2016-02-05 01:26:50 +05:00
parent ab0ff8c040
commit 962aaff124
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)