mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01: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
|
raise StopIteration
|
||||||
|
|
||||||
# package names to be neglected (as named by cargo)
|
# package names to be neglected (as named by cargo)
|
||||||
exceptions = ["bitflags", "lazy_static"]
|
exceptions = ["lazy_static"]
|
||||||
|
|
||||||
import toml
|
import toml
|
||||||
content = toml.loads(contents)
|
content = toml.loads(contents)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue