Diffstat (limited to 'src/any.rs')
-rw-r--r--src/any.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/any.rs b/src/any.rs
index 54cbee1..453d0a4 100644
--- a/src/any.rs
+++ b/src/any.rs
@@ -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)*