Remove remaining version-conflict exceptions in tidy.py.

This commit is contained in:
Josh Matthews 2015-11-26 11:26:28 -05:00
parent 5e7306bf19
commit c36cbf58e8
4 changed files with 13 additions and 28 deletions

View file

@ -164,7 +164,7 @@ def check_lock(file_name, contents):
packages = {}
# package names to be neglected (as named by cargo)
exceptions = ["glutin", "wayland-kbd"]
exceptions = []
while idx < len(contents):
content = contents[idx].strip()