From 97f4ef28d4e0c717c3576b2b4fad2508881383ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Thu, 31 Mar 2016 08:05:19 +0200 Subject: Update webrender to master I'll rebase #10224 against it. --- python/tidy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/tidy.py') 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) -- cgit v1.2.3