Skip to content

Commit 40f3402

Browse files
committed
Don't qualify HashMap in README
1 parent 21f39b1 commit 40f3402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ types. The driver currently supports the following conversions:
245245
<td>UUID</td>
246246
</tr>
247247
<tr>
248-
<td>std::collections::HashMap&lt;String, Option&lt;String&gt;&gt;</td>
248+
<td>HashMap&lt;String, Option&lt;String&gt;&gt;</td>
249249
<td>HSTORE</td>
250250
</tr>
251251
</tbody>

0 commit comments

Comments
 (0)