diff options
Diffstat (limited to 'tests/src/hashmap_utils.rs')
-rw-r--r-- | tests/src/hashmap_utils.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/hashmap_utils.rs b/tests/src/hashmap_utils.rs index cd7b481f..33de49e1 100644 --- a/tests/src/hashmap_utils.rs +++ b/tests/src/hashmap_utils.rs @@ -1,3 +1,4 @@ +//@ skip use crate::hashmap::*; /// Serialize a hash map - we don't have traits, so we fix the type of the |