Skip to content

Commit c577975

Browse files
committed
Fix type locations
1 parent a2fdd9b commit c577975

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,15 +228,15 @@ types. The driver currently supports the following conversions:
228228
<td>BYTEA</td>
229229
</tr>
230230
<tr>
231-
<td>extra::json::Json</td>
231+
<td>serialize::json::Json</td>
232232
<td>JSON</td>
233233
</tr>
234234
<tr>
235-
<td>extra::uuid::Uuid</td>
235+
<td>uuid::Uuid</td>
236236
<td>UUID</td>
237237
</tr>
238238
<tr>
239-
<td>extra::time::Timespec</td>
239+
<td>time::Timespec</td>
240240
<td>TIMESTAMP, TIMESTAMP WITH TIME ZONE</td>
241241
</tr>
242242
<tr>
@@ -312,7 +312,7 @@ types. The driver currently supports the following conversions:
312312
<td>INT8RANGE[], INT8RANGE[][], ...</td>
313313
</tr>
314314
<tr>
315-
<td>std::hashmap::HashMap&lt;String, Option&lt;String&gt;&gt;</td>
315+
<td>std::collections::HashMap&lt;String, Option&lt;String&gt;&gt;</td>
316316
<td>HSTORE</td>
317317
</tr>
318318
</tbody>

0 commit comments

Comments
 (0)