aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy.py
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-03-31 21:51:06 +0530
committerbors-servo <lbergstrom+bors@mozilla.com>2016-03-31 21:51:06 +0530
commit84a3dee67ea7a45d6ec505f59c7a55162621f11e (patch)
tree6d893c786c463ffcea7d91af6055aab0b50703f1 /python/tidy.py
parentb38fafcf11d2588fecc565c581260106411ad484 (diff)
parent97f4ef28d4e0c717c3576b2b4fad2508881383ea (diff)
downloadservo-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.py2
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)