mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Disallow bitflags dupes again
This commit is contained in:
parent
9f4c04ca13
commit
3cda52c6a4
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ def check_lock(file_name, contents):
|
|||
raise StopIteration
|
||||
|
||||
# package names to be neglected (as named by cargo)
|
||||
exceptions = ["bitflags", "lazy_static"]
|
||||
exceptions = ["lazy_static"]
|
||||
|
||||
import toml
|
||||
content = toml.loads(contents)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue