bors-servo 2016-05-17 15:43:14 -07:00
commit 6c08ad857e
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)