mirror of
https://github.com/servo/servo.git
synced 2025-06-12 10:24:43 +00:00
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:
commit
9e68285d35
3 changed files with 3 additions and 14 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue