Diffstat (limited to 'tests/protocol_walker_hint.rs')
| -rw-r--r-- | tests/protocol_walker_hint.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/protocol_walker_hint.rs b/tests/protocol_walker_hint.rs index b1b2092..723adc2 100644 --- a/tests/protocol_walker_hint.rs +++ b/tests/protocol_walker_hint.rs @@ -1,10 +1,7 @@ use std::any::TypeId; use effectful::SendSync; -use treaty::{ - any::{TypeName, TypeNameId}, - protocol::walker::hint::{self, HintMeta, HintProto}, -}; +use treaty::protocol::walker::hint::{self, HintMeta}; use crate::common::Blocking; |