Disallow bitflags dupes again

This commit is contained in:
Anthony Ramine 2016-05-17 23:27:02 +02:00
parent 9f4c04ca13
commit 3cda52c6a4

View file

@ -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)