Diffstat (limited to 'src/any.rs')
-rw-r--r--src/any.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/any.rs b/src/any.rs
index b069043..e45ec8b 100644
--- a/src/any.rs
+++ b/src/any.rs
@@ -648,7 +648,7 @@ mod test {
any_trait! {
impl['a, 'ctx, T: Clone] X<T> = [
dyn Z + 'a
- ];
+ ]
}
}
@@ -674,7 +674,7 @@ mod test {
any_trait! {
impl['a, 'ctx] X = [
dyn Z + 'a
- ];
+ ]
}
let x = X(42);