Skip to content

Commit

Permalink
make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
burmecia committed Jun 14, 2024
1 parent 9b9a838 commit 0755743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wrappers/src/fdw/cognito_fdw/cognito_client/row.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pub struct CognitoUser {

#[derive(Debug)]
pub enum IntoRowError {
#[allow(dead_code)]
UnsupportedColumnType(String),
}

Expand Down

0 comments on commit 0755743

Please sign in to comment.