Update ordered-float.

This commit is contained in:
Ms2ger 2016-08-11 09:13:22 +02:00
parent 490a2acac9
commit e99cb474f0
4 changed files with 17 additions and 83 deletions

View file

@ -266,7 +266,7 @@ def check_lock(file_name, contents):
raise StopIteration
# package names to be neglected (as named by cargo)
exceptions = ["lazy_static", "unreachable", "void"]
exceptions = ["lazy_static"]
import toml
content = toml.loads(contents)