Diffstat (limited to 'tests/common/builder.rs')
| -rw-r--r-- | tests/common/builder.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/common/builder.rs b/tests/common/builder.rs index f86e4c7..d5a9ec3 100644 --- a/tests/common/builder.rs +++ b/tests/common/builder.rs @@ -104,4 +104,6 @@ impl<'ctx, Seed, Value, Error> AnyTrait<'ctx> for MockBuilder<Seed, Value, Error .as_mut() .and_then(|t| t.upcast_to_id_mut(id)) } + + type Available = () where Self: Sized; } |