From dc0e467945e7fb8eaf93f9e40e7ebcb2d5f52b0c Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sat, 7 Nov 2015 22:40:18 +0530 Subject: Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … and libc 0.2 and many other dependencies --- 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 bd9fef6b31f..65e59054caf 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -164,7 +164,7 @@ def check_lock(file_name, contents): packages = {} # package names to be neglected (as named by cargo) - exceptions = [] + exceptions = ["libc"] while idx < len(contents): content = contents[idx].strip() -- cgit v1.2.3