fix for 1.8, 1.9 and stable

This commit is contained in:
Oliver Schneider
2016-07-21 10:11:04 +02:00
parent 4280dd466d
commit 124bacd871
6 changed files with 226 additions and 53 deletions
+1 -2
View File
@@ -2,8 +2,7 @@ use std::collections::{BTreeMap, BTreeSet, HashMap, HashSet};
use std::net;
use std::path::PathBuf;
extern crate serde;
use self::serde::Deserialize;
use serde::Deserialize;
extern crate fnv;
use self::fnv::FnvHasher;