Diffstat (limited to 'tests/protocol_walker_hint.rs')
| -rw-r--r-- | tests/protocol_walker_hint.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/protocol_walker_hint.rs b/tests/protocol_walker_hint.rs index 2af43ab..fde0b04 100644 --- a/tests/protocol_walker_hint.rs +++ b/tests/protocol_walker_hint.rs @@ -1,3 +1,4 @@ +/* use std::any::TypeId; use effectful::SendSync; @@ -323,3 +324,4 @@ fn hint_proto() { // They should be the same. assert_eq!(id, name_id.into_type_id()); } +*/ |