Diffstat (limited to 'tests/protocol_walker_hint.rs')
| -rw-r--r-- | tests/protocol_walker_hint.rs | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/tests/protocol_walker_hint.rs b/tests/protocol_walker_hint.rs index 53f96da..5c75f33 100644 --- a/tests/protocol_walker_hint.rs +++ b/tests/protocol_walker_hint.rs @@ -1,22 +1,11 @@ use std::any::TypeId; -use common::protocol::hint::MockHintWalker; use treaty::{ any::TypeNameId, - effect::{ - blocking::{Blocking, Spin}, - Effect, Effective, ErasedEffective, - }, - hkt::higher_ranked_type, - protocol::{ - walker::hint::{self, Hint, HintMeta, HintProto, Meta, MetaHint, MetaKnown}, - DynVisitor, - }, - Flow, + effect::blocking::Blocking, + protocol::walker::hint::{self, HintMeta, HintProto}, }; -use crate::common::{builder::MockBuilder, protocol::hint::KnownFactory}; - mod common; // /// This tests for the hint protocol being able to give the known info and being able to hint. |