silence unused import warning
This commit is contained in:
parent
8c270b0e35
commit
cb4e1f42c0
1 changed files with 2 additions and 0 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue