Skip to content

Commit cb67ed0

Browse files
committed
Make PgTypeInfo::oid doc(hidden)
1 parent c060976 commit cb67ed0

File tree

1 file changed

+1
-0
lines changed
  • sqlx-core/src/postgres/types

1 file changed

+1
-0
lines changed

sqlx-core/src/postgres/types/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ impl PgTypeInfo {
6161
}
6262
}
6363

64+
#[doc(hidden)]
6465
pub fn oid(&self) -> u32 {
6566
self.id.0
6667
}

0 commit comments

Comments
 (0)