Fix some lints

This commit is contained in:
Erick Tryzelaar
2014-10-06 21:44:01 -07:00
parent 35edf06a46
commit da34268be1
6 changed files with 4 additions and 18 deletions
-2
View File
@@ -9,7 +9,6 @@
// except according to those terms.
use std::collections::{HashMap, HashSet, TreeMap, TreeSet};
use std::gc::Gc;
use std::hash::Hash;
use std::rc::Rc;
use std::sync::Arc;
@@ -182,7 +181,6 @@ macro_rules! impl_serializable_box {
impl_serializable_box!(&'a T)
impl_serializable_box!(Box<T>)
impl_serializable_box!(Gc<T>)
impl_serializable_box!(Rc<T>)
impl<