diff --git a/DynamoDbEncryption/runtimes/rust/src/intercept.rs b/DynamoDbEncryption/runtimes/rust/src/intercept.rs index f45942135..d7fe278b6 100644 --- a/DynamoDbEncryption/runtimes/rust/src/intercept.rs +++ b/DynamoDbEncryption/runtimes/rust/src/intercept.rs @@ -91,9 +91,6 @@ impl DbEsdkInterceptor { } } -unsafe impl Sync for DbEsdkInterceptor {} -unsafe impl Send for DbEsdkInterceptor {} - #[derive(Debug)] struct OriginalRequest(Input);