Skip to content

Commit db5901a

Browse files
author
Jan Kaul
committed
fix clippy warnings
1 parent 4f4e38d commit db5901a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

  • catalogs
    • iceberg-glue-catalog/src
    • iceberg-s3tables-catalog/src

catalogs/iceberg-glue-catalog/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ pub mod schema;
5555
mod utils;
5656

5757
impl GlueCatalog {
58+
#[allow(clippy::result_large_err)]
5859
pub fn new(
5960
config: &SdkConfig,
6061
name: &str,

catalogs/iceberg-s3tables-catalog/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ pub struct S3TablesCatalog {
5353
pub mod error;
5454

5555
impl S3TablesCatalog {
56+
#[allow(clippy::result_large_err)]
5657
pub fn new(
5758
config: &SdkConfig,
5859
arn: &str,

0 commit comments

Comments
 (0)