Skip to content

Commit

Permalink
Remove remaining version-conflict exceptions in tidy.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Nov 26, 2015
1 parent 5e7306b commit c36cbf5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 28 deletions.
13 changes: 4 additions & 9 deletions components/servo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 4 additions & 9 deletions ports/cef/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 4 additions & 9 deletions ports/gonk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/tidy.py
Expand Up @@ -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()
Expand Down

0 comments on commit c36cbf5

Please sign in to comment.