silence unused import warning

This commit is contained in:
Jacob Lifshay 2026-02-23 16:07:46 -08:00
parent 8c270b0e35
commit cb4e1f42c0
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ

View file

@ -579,6 +579,8 @@ macro_rules! make_impls {
(#[kind(i64)] $($rest:tt)*) => {make_impls! { #[type([][] (i64))] $($rest)* }};
(#[kind(i128)] $($rest:tt)*) => {make_impls! { #[type([][] (i128))] $($rest)* }};
}
#[cfg(test)]
pub(crate) use make_impls;
#[cfg(test)]