Skip to content

Commit 2153c04

Browse files
committed
chore: clippy -fix
1 parent 414bc59 commit 2153c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/cubesql/pg-srv/src/pg_type.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub struct PgType<'a> {
3131
pub typreceive_oid: u32,
3232
}
3333

34-
impl<'a> PgType<'a> {
34+
impl PgType<'_> {
3535
pub fn get_typinput(&self) -> String {
3636
if let Some(ty_id) = PgTypeId::from_oid(self.oid) {
3737
// TODO: It requires additional verification

0 commit comments

Comments
 (0)