Diffstat (limited to 'tests/protocol_visitor_request_hint.rs')
| -rw-r--r-- | tests/protocol_visitor_request_hint.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/protocol_visitor_request_hint.rs b/tests/protocol_visitor_request_hint.rs index 52b4c2a..7fccc37 100644 --- a/tests/protocol_visitor_request_hint.rs +++ b/tests/protocol_visitor_request_hint.rs @@ -1,3 +1,4 @@ +/* use std::any::TypeId; use effectful::blocking::BlockingSpin; @@ -88,3 +89,4 @@ fn request_hint_proto() { // They should be the same. assert_eq!(id, name_id.into_type_id()); } +*/ |