Diffstat (limited to 'tests/walker_struct.rs')
-rw-r--r--tests/walker_struct.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/walker_struct.rs b/tests/walker_struct.rs
index 9bd2a0c..8de1b7e 100644
--- a/tests/walker_struct.rs
+++ b/tests/walker_struct.rs
@@ -1,3 +1,4 @@
+/*
use effectful::{
bound::{Dynamic, ForceDynamic},
effective::{Effective, Canonical},
@@ -372,3 +373,4 @@ fn borrowed_value_directly() {
Ok(())
);
}
+*/