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
-3
View File
@@ -240,9 +240,6 @@ macro_rules! tri {
#[macro_use]
mod macros;
#[macro_use]
mod integer128;
pub mod de;
pub mod ser;