We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be3b96e commit f6ef3f4Copy full SHA for f6ef3f4
1 file changed
DynamoDbEncryption/runtimes/rust/src/intercept.rs
@@ -91,9 +91,6 @@ impl DbEsdkInterceptor {
91
}
92
93
94
-unsafe impl Sync for DbEsdkInterceptor {}
95
-unsafe impl Send for DbEsdkInterceptor {}
96
-
97
#[derive(Debug)]
98
struct OriginalRequest(Input);
99
0 commit comments