Skip to content

Commit 09f7f78

Browse files
committed
m
1 parent c5bc4fd commit 09f7f78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DynamoDbEncryption/runtimes/rust/src/intercept.rs

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ pub struct DbEsdkInterceptor {
8484
impl DbEsdkInterceptor {
8585
pub fn new(
8686
config: crate::types::dynamo_db_tables_encryption_config::DynamoDbTablesEncryptionConfig,
87-
// ) -> Result<Self, String> {
8887
) -> Result<Self, crate::types::error::Error> {
8988
let client = crate::client::Client::from_conf(config)?;
9089
Ok(DbEsdkInterceptor { client })

0 commit comments

Comments
 (0)