forked from mirror/Riven
Fix: do not export serde_string! macro
parent
3505dc10a9
commit
e6d8bc5add
|
@ -1,5 +1,4 @@
|
|||
#![macro_use]
|
||||
#[macro_export]
|
||||
macro_rules! serde_string {
|
||||
( $x:ty ) => {
|
||||
impl<'de> serde::de::Deserialize<'de> for $x
|
||||
|
|
Loading…
Reference in New Issue