Clean up use to keep rust 1.43.0 from complaining (bp #9740) (#9748)

* Clean up `use` to keep rust 1.43.0 from complaining (#9740)

(cherry picked from commit c11abf88b7)
This commit is contained in:
mergify[bot]
2020-04-27 23:21:32 -07:00
committed by GitHub
parent e46026f1fb
commit 0a0f8470d7
14 changed files with 27 additions and 48 deletions

View File

@@ -1,4 +1,3 @@
use serde_json;
use serde_json::Value;
use std::collections::HashMap;
use std::env;