diff options
Diffstat (limited to 'crates/tor-rtmock/src/util.rs')
| -rw-r--r-- | crates/tor-rtmock/src/util.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/tor-rtmock/src/util.rs b/crates/tor-rtmock/src/util.rs index a7871788f..cc7be1b71 100644 --- a/crates/tor-rtmock/src/util.rs +++ b/crates/tor-rtmock/src/util.rs @@ -155,6 +155,7 @@ define_derive_deftly! { ) // TODO this wants to be assert_impl but it fails at generics + #[allow(unused)] const _: fn() = || { fn x(_: impl Runtime) { } fn check_impl_runtime<$tgens>(t: $ttype) { x(t) } |
