We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de97f79 commit bfe7edfCopy full SHA for bfe7edf
1 file changed
src/types/mod.rs
@@ -131,15 +131,6 @@ macro_rules! make_postgres_type {
131
}
132
133
134
- /// Returns the OID of the `Type`.
135
- ///
136
- /// # Deprecated
137
138
- /// Use `oid` instead.
139
- pub fn to_oid(&self) -> Oid {
140
- self.oid()
141
- }
142
-
143
/// Returns the OID of the `Type`.
144
pub fn oid(&self) -> Oid {
145
match *self {
0 commit comments