Skip to content

Commit 1abbdc5

Browse files
authored
Update mod.rs
1 parent c8e37c1 commit 1abbdc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pg/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ impl AsyncPgConnection {
410410
let metadata_cache = &mut *metadata_cache.lock().await;
411411
let real_oids = HashMap::<u32, u32>::new();
412412

413-
for (index, (ref schema, ref lookup_type_name) in metadata_lookup.unresolved_types.into_iter().enumerate() {
413+
for (index, (ref schema, ref lookup_type_name)) in metadata_lookup.unresolved_types.into_iter().enumerate() {
414414
// for each unresolved item
415415
// we check whether it's arleady in the cache
416416
// or perform a lookup and insert it into the cache

0 commit comments

Comments
 (0)