Remove unused imports and needless borrows

This commit is contained in:
David Tolnay
2016-05-13 10:47:09 -07:00
parent 74eb2f52b8
commit 004dcaec3b
5 changed files with 6 additions and 10 deletions
-3
View File
@@ -2,9 +2,6 @@ use std::collections::{BTreeMap, BTreeSet, HashMap, HashSet};
use std::net;
use std::path::PathBuf;
extern crate serde;
use self::serde::de::Deserializer;
use token::{
Error,
Token,