mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-07-06 02:37:22 +00:00
Fix some lints
This commit is contained in:
@@ -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<
|
||||
|
||||
Reference in New Issue
Block a user