Diffstat (limited to 'tests/protocol_walker_hint.rs')
| -rw-r--r-- | tests/protocol_walker_hint.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/protocol_walker_hint.rs b/tests/protocol_walker_hint.rs index 723adc2..2af43ab 100644 --- a/tests/protocol_walker_hint.rs +++ b/tests/protocol_walker_hint.rs @@ -3,8 +3,6 @@ use std::any::TypeId; use effectful::SendSync; use treaty::protocol::walker::hint::{self, HintMeta}; -use crate::common::Blocking; - mod common; // /// This tests for the hint protocol being able to give the known info and being able to hint. |