diff options
author | Matt Brubeck <mbrubeck@limpet.net> | 2016-05-02 16:05:31 -0700 |
---|---|---|
committer | Matt Brubeck <mbrubeck@limpet.net> | 2016-05-02 16:05:31 -0700 |
commit | a2b0585ffdc2eeffd61ab967901d0e9fac9e0870 (patch) | |
tree | 9bb60dba691bef0fdb046c9fe7fba5eeddc5af8c /python/tidy/servo_tidy/tidy.py | |
parent | 2125c3bc4256d9f782651193ed31ab974b2f3280 (diff) | |
download | servo-a2b0585ffdc2eeffd61ab967901d0e9fac9e0870.tar.gz servo-a2b0585ffdc2eeffd61ab967901d0e9fac9e0870.zip |
Update lazy_static, selectors, string_cache, futf, quickersort
Diffstat (limited to 'python/tidy/servo_tidy/tidy.py')
-rw-r--r-- | python/tidy/servo_tidy/tidy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tidy/servo_tidy/tidy.py b/python/tidy/servo_tidy/tidy.py index 6ddb72d416f..c0bfce1a5f0 100644 --- a/python/tidy/servo_tidy/tidy.py +++ b/python/tidy/servo_tidy/tidy.py @@ -231,7 +231,7 @@ def check_lock(file_name, contents): raise StopIteration # package names to be neglected (as named by cargo) - exceptions = ["bitflags", "xml-rs", "byteorder"] + exceptions = ["bitflags", "xml-rs", "lazy_static"] import toml content = toml.loads(contents) |