Skip to content

Commit b5b959a

Browse files
committed
m
1 parent 462b7cd commit b5b959a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

DynamoDbEncryption/runtimes/rust/src/intercept.rs

-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ use aws_sdk_dynamodb::{
1616
use aws_smithy_runtime_api::client::interceptors::context::Input;
1717
use aws_smithy_types::config_bag::{Storable, StoreReplace};
1818

19-
#[macro_export]
2019
macro_rules! modify_request {
2120
($cfg:ident,$request:ident,$self:ident,$transform:ident) => {{
2221
// store the original request
@@ -44,7 +43,6 @@ macro_rules! modify_request {
4443
}};
4544
}
4645

47-
#[macro_export]
4846
macro_rules! modify_response {
4947
($cfg:ident,$type:ty,$response:ident,$self:ident,$transform:ident) => {{
5048
// retrieve the original request

releases/rust/db_esdk/src/intercept.rs

-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ use aws_sdk_dynamodb::{
1616
use aws_smithy_runtime_api::client::interceptors::context::Input;
1717
use aws_smithy_types::config_bag::{Storable, StoreReplace};
1818

19-
#[macro_export]
2019
macro_rules! modify_request {
2120
($cfg:ident,$request:ident,$self:ident,$transform:ident) => {{
2221
// store the original request
@@ -44,7 +43,6 @@ macro_rules! modify_request {
4443
}};
4544
}
4645

47-
#[macro_export]
4846
macro_rules! modify_response {
4947
($cfg:ident,$type:ty,$response:ident,$self:ident,$transform:ident) => {{
5048
// retrieve the original request

0 commit comments

Comments
 (0)