Skip to content

Commit d09770f

Browse files
committed
Fix unused var warning in test
1 parent 21aa4e6 commit d09770f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

multi_index_map/tests/derive_serde.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ fn should_compile() {
2222
};
2323
map.insert(elem1);
2424

25-
let s = serde_json::to_string(&map);
25+
let _s = serde_json::to_string(&map);
2626
}

0 commit comments

Comments
 (0)