Move serde_if_integer128 macro to serde

This commit is contained in:
David Tolnay
2025-09-13 17:12:21 -07:00
parent 85bf29c446
commit 3bea3b6989
3 changed files with 4 additions and 5 deletions
-9
View File
@@ -1,9 +0,0 @@
// No longer used. Old versions of serde used this macro for supporting targets
// that did not yet have 128-bit integer support.
#[macro_export]
#[doc(hidden)]
macro_rules! serde_if_integer128 {
($($tt:tt)*) => {
$($tt)*
};
}
-3
View File
@@ -240,9 +240,6 @@ macro_rules! tri {
#[macro_use]
mod macros;
#[macro_use]
mod integer128;
pub mod de;
pub mod ser;