diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-03-31 21:51:06 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2016-03-31 21:51:06 +0530 |
commit | 84a3dee67ea7a45d6ec505f59c7a55162621f11e (patch) | |
tree | 6d893c786c463ffcea7d91af6055aab0b50703f1 /python/tidy.py | |
parent | b38fafcf11d2588fecc565c581260106411ad484 (diff) | |
parent | 97f4ef28d4e0c717c3576b2b4fad2508881383ea (diff) | |
download | servo-84a3dee67ea7a45d6ec505f59c7a55162621f11e.tar.gz servo-84a3dee67ea7a45d6ec505f59c7a55162621f11e.zip |
Auto merge of #10302 - emilio:webrender-up, r=nox
Update webrender to master
I'll rebase #10224 against it.
Sorry for the blocking of #10224, I expected it to be reviewed way sooner, my fault for landing breaking changes.
r? @nox or @pcwalton
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10302)
<!-- Reviewable:end -->
Diffstat (limited to 'python/tidy.py')
-rw-r--r-- | python/tidy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tidy.py b/python/tidy.py index 999d5745577..8954201c92f 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -207,7 +207,7 @@ def check_lock(file_name, contents): raise StopIteration # package names to be neglected (as named by cargo) - exceptions = ["bitflags"] + exceptions = ["bitflags", "xml-rs", "gl_generator"] import toml content = toml.loads(contents) |