Anthony Ramine
2016-05-17 15:43:14 -07:00
parent 81cf295cf8
commit e32df89035
15 changed files with 293 additions and 305 deletions

View File

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