mirror of
https://github.com/servo/servo.git
synced 2025-06-10 17:43:16 +00:00
Remove remaining version-conflict exceptions in tidy.py.
This commit is contained in:
parent
5e7306bf19
commit
c36cbf58e8
4 changed files with 13 additions and 28 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue