mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2024-12-27 03:16:33 +00:00
Fix: do not export serde_string! macro
This commit is contained in:
parent
3505dc10a9
commit
e6d8bc5add
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue