Skip to content

Commit f6ef3f4

Browse files
authored
chore: remove unsafe from interceptor (#1620)
1 parent be3b96e commit f6ef3f4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

DynamoDbEncryption/runtimes/rust/src/intercept.rs

-3
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ impl DbEsdkInterceptor {
9191
}
9292
}
9393

94-
unsafe impl Sync for DbEsdkInterceptor {}
95-
unsafe impl Send for DbEsdkInterceptor {}
96-
9794
#[derive(Debug)]
9895
struct OriginalRequest(Input);
9996

0 commit comments

Comments
 (0)