enumset fallout

This commit is contained in:
Alexis Beingessner
2014-12-17 10:16:10 -05:00
parent 0bd4dc68e6
commit 67d3823fc3
7 changed files with 13 additions and 68 deletions

View File

@@ -472,7 +472,7 @@ fn json_output(krate: clean::Crate, res: Vec<plugins::PluginJson> ,
// "crate": { parsed crate ... },
// "plugins": { output of plugins ... }
// }
let mut json = std::collections::TreeMap::new();
let mut json = std::collections::BTreeMap::new();
json.insert("schema".to_string(), Json::String(SCHEMA_VERSION.to_string()));
let plugins_json = res.into_iter()
.filter_map(|opt| {