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 a237482 commit c5bc4fdCopy full SHA for c5bc4fd
DynamoDbEncryption/runtimes/rust/src/intercept.rs
@@ -88,11 +88,6 @@ impl DbEsdkInterceptor {
88
) -> Result<Self, crate::types::error::Error> {
89
let client = crate::client::Client::from_conf(config)?;
90
Ok(DbEsdkInterceptor { client })
91
- // let client = crate::client::Client::from_conf(config);
92
- // match client {
93
- // Ok(x) => Ok(DbEsdkInterceptor { client : x }),
94
- // Err(e) => Err(format!("{:?}", e))
95
- // }
96
}
97
98
0 commit comments