From 07d837bd030c52cfa8dc27e07c18156ad37400dd Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Tue, 8 Dec 2015 14:49:38 -0500 Subject: Update bincode. --- python/tidy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/tidy.py') diff --git a/python/tidy.py b/python/tidy.py index ac47ffb76be..645749750aa 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -170,7 +170,7 @@ def check_lock(file_name, contents): raise StopIteration # package names to be neglected (as named by cargo) - exceptions = ["libc", "byteorder", "cocoa"] + exceptions = ["libc", "cocoa"] import toml content = toml.loads(contents) -- cgit v1.2.3