Skip to content

Commit 6bc543f

Browse files
committed
client as borrow
1 parent dc39961 commit 6bc543f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/middleware/aws.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// Once this scope is closed, all spans inside are closed as well
99
#[cfg(any(feature = "aws", feature = "aws_dynamo"))]
1010
pub fn info_span_dynamo(
11-
dynamo_client: aws_sdk_dynamodb::Client,
11+
dynamo_client: &aws_sdk_dynamodb::Client,
1212
table_name: &str,
1313
operation: &str,
1414
method: &str,

0 commit comments

Comments
 (0)