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 414bc59 commit 2153c04Copy full SHA for 2153c04
rust/cubesql/pg-srv/src/pg_type.rs
@@ -31,7 +31,7 @@ pub struct PgType<'a> {
31
pub typreceive_oid: u32,
32
}
33
34
-impl<'a> PgType<'a> {
+impl PgType<'_> {
35
pub fn get_typinput(&self) -> String {
36
if let Some(ty_id) = PgTypeId::from_oid(self.oid) {
37
// TODO: It requires additional verification
0 commit comments