mirror of
https://github.com/OMGeeky/tarpc.git
synced 2025-12-28 15:22:30 +01:00
Remove unused reexport
This commit is contained in:
@@ -10,11 +10,6 @@ pub mod serde {
|
||||
pub mod de {
|
||||
pub use serde::de::{EnumVisitor, Error, Visitor, VariantVisitor};
|
||||
}
|
||||
|
||||
/// Serialization re-exports required by macros. Not for general use.
|
||||
pub mod ser {
|
||||
pub use serde::ser::SeqVisitor;
|
||||
}
|
||||
}
|
||||
|
||||
// Required because if-let can't be used with irrefutable patterns, so it needs
|
||||
|
||||
Reference in New Issue
Block a user