diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-03-20 14:36:17 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2016-03-20 14:36:17 +0530 |
commit | aa35d7721b0e1e7893e48af1eb91bf8ad2495d46 (patch) | |
tree | afc7ec7421cfa38ad9eddffdb62212fda602cb67 /python/tidy.py | |
parent | 090da52913a47e027a96d4f6a39c56e55b9db811 (diff) | |
parent | 6f679c124c9dfda02d8ada903f1aed88e028ca34 (diff) | |
download | servo-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.py | 2 |
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) |