mirror of
https://github.com/servo/servo.git
synced 2025-06-13 02:44:29 +00:00
parent
ab42ca4296
commit
b649246fe2
9 changed files with 209 additions and 53 deletions
|
@ -149,7 +149,10 @@ def check_lock(file_name, contents):
|
|||
contents = contents.splitlines(True)
|
||||
idx = 1
|
||||
packages = {}
|
||||
exceptions = ["glutin", "wayland-kbd"] # package names to be neglected (as named by cargo)
|
||||
|
||||
# package names to be neglected (as named by cargo)
|
||||
# - `png` is used by PistonDevelopers/image-png and servo/rust-png
|
||||
exceptions = ["glutin", "wayland-kbd", "png"]
|
||||
|
||||
while idx < len(contents):
|
||||
content = contents[idx].strip()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue