Diffstat (limited to 'tests/common/protocol/visitor.rs')
| -rw-r--r-- | tests/common/protocol/visitor.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common/protocol/visitor.rs b/tests/common/protocol/visitor.rs index f980bc5..f19b045 100644 --- a/tests/common/protocol/visitor.rs +++ b/tests/common/protocol/visitor.rs @@ -20,7 +20,7 @@ any_trait! { ValueProto<T, E> ] where T: TypeName::MemberType, - for<'a, 'b> TypeName::T<'a, 'b, T>: Clone + Sized, + for<'a, 'b> TypeName::T<'a, 'b, T>: Sized, E: Effect, } |