We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e37c1 commit 1abbdc5Copy full SHA for 1abbdc5
src/pg/mod.rs
@@ -410,7 +410,7 @@ impl AsyncPgConnection {
410
let metadata_cache = &mut *metadata_cache.lock().await;
411
let real_oids = HashMap::<u32, u32>::new();
412
413
- for (index, (ref schema, ref lookup_type_name) in metadata_lookup.unresolved_types.into_iter().enumerate() {
+ for (index, (ref schema, ref lookup_type_name)) in metadata_lookup.unresolved_types.into_iter().enumerate() {
414
// for each unresolved item
415
// we check whether it's arleady in the cache
416
// or perform a lookup and insert it into the cache
0 commit comments