aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-08-11 09:13:22 +0200
committerMs2ger <Ms2ger@gmail.com>2016-08-11 09:13:22 +0200
commite99cb474f059b1435a3e28b74983b9e766d6c17d (patch)
tree7cce07133111b01db5daab0f8e6cccb3d84b9111 /python/tidy/servo_tidy
parent490a2acac9a1da4b2a4466ed48ed30e3666734ca (diff)
downloadservo-e99cb474f059b1435a3e28b74983b9e766d6c17d.tar.gz
servo-e99cb474f059b1435a3e28b74983b9e766d6c17d.zip
Update ordered-float.
Diffstat (limited to 'python/tidy/servo_tidy')
-rw-r--r--python/tidy/servo_tidy/tidy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tidy/servo_tidy/tidy.py b/python/tidy/servo_tidy/tidy.py
index 61251983e19..b21d65259fb 100644
--- a/python/tidy/servo_tidy/tidy.py
+++ b/python/tidy/servo_tidy/tidy.py
@@ -266,7 +266,7 @@ def check_lock(file_name, contents):
raise StopIteration
# package names to be neglected (as named by cargo)
- exceptions = ["lazy_static", "unreachable", "void"]
+ exceptions = ["lazy_static"]
import toml
content = toml.loads(contents)