refactor(API): use json_tools::IteratorExt

That way, we can invert the flow and produce more idiomatic code.
[skip ci]
This commit is contained in:
Sebastian Thiel
2015-05-09 09:57:14 +02:00
parent 5894c8163a
commit 15daf311ea
2 changed files with 5 additions and 9 deletions

View File

@@ -27,4 +27,4 @@ cargo:
- url = "*"
- serde = ">= 0.3.0"
- serde_macros = "*"
- json-tools = "*"
- json-tools = ">= 0.3.0"