diff options
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 89b8b6db4e8..ec3f138a3e5 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", "xml-rs", "gl_generator"] + exceptions = ["bitflags", "xml-rs", "gl_generator", "byteorder"] import toml content = toml.loads(contents) |