Diffstat (limited to 'src/protocol/visitor.rs')
| -rw-r--r-- | src/protocol/visitor.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/protocol/visitor.rs b/src/protocol/visitor.rs index 087174e..321d16e 100644 --- a/src/protocol/visitor.rs +++ b/src/protocol/visitor.rs @@ -13,7 +13,8 @@ use effectful::{ effective::{Effective, SplitUpdateEffective}, environment::{DynBind, Environment, NativeForm}, for_lt, - higher_ranked::Mut, SendSync, + higher_ranked::Mut, + SendSync, }; pub use recoverable::*; pub use request_hint::*; |