Diffstat (limited to 'tests/common/mod.rs')
| -rw-r--r-- | tests/common/mod.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/common/mod.rs b/tests/common/mod.rs index 2775f44..bb619b3 100644 --- a/tests/common/mod.rs +++ b/tests/common/mod.rs @@ -11,9 +11,7 @@ use std::{ sync::{Mutex, MutexGuard, OnceLock, RwLock}, }; -use effectful::{block_on::Spin, blocking::Blocking as Block, bound::No, environment::Cfg}; - -pub type Blocking = Block<Cfg<Spin, No, No>>; +use effectful::{block_on::Spin, blocking::Blocking as Block, bound::No}; pub mod builder; pub mod protocol; |