Diffstat (limited to 'src/any.rs')
| -rw-r--r-- | src/any.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ macro_rules! nameable { ::core::marker::PhantomData<fn() -> ($( $(*const $generic,)* )?)> ); - impl<$a, $lt $(, $($generic)*)?> + impl<$a, $lt $(, $($generic),*)?> $crate::any::TypeNameable<$a, $lt> for $type where $($nameable_bound)* |