Diffstat (limited to 'tests/protocol_visitor_value.rs')
| -rw-r--r-- | tests/protocol_visitor_value.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/protocol_visitor_value.rs b/tests/protocol_visitor_value.rs index 82db58f..a33b2aa 100644 --- a/tests/protocol_visitor_value.rs +++ b/tests/protocol_visitor_value.rs @@ -1,3 +1,4 @@ +/* use std::any::TypeId; use common::protocol::{ @@ -288,3 +289,4 @@ fn as_hint() { ); } } +*/ |