aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy.py
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-03-20 14:36:17 +0530
committerbors-servo <lbergstrom+bors@mozilla.com>2016-03-20 14:36:17 +0530
commitaa35d7721b0e1e7893e48af1eb91bf8ad2495d46 (patch)
treeafc7ec7421cfa38ad9eddffdb62212fda602cb67 /python/tidy.py
parent090da52913a47e027a96d4f6a39c56e55b9db811 (diff)
parent6f679c124c9dfda02d8ada903f1aed88e028ca34 (diff)
downloadservo-aa35d7721b0e1e7893e48af1eb91bf8ad2495d46.tar.gz
servo-aa35d7721b0e1e7893e48af1eb91bf8ad2495d46.zip
Auto merge of #10076 - servo:rustup, r=larsbergstrom,manishearth
Update to Rust 2016-03-18. <!-- 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/10076) <!-- 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 d67c01b335e..989e617648b 100644
--- a/python/tidy.py
+++ b/python/tidy.py
@@ -204,7 +204,7 @@ def check_lock(file_name, contents):
raise StopIteration
# package names to be neglected (as named by cargo)
- exceptions = []
+ exceptions = ["bitflags"]
import toml
content = toml.loads(contents)