Skip to content

Commit

Permalink
Fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisanti authored Mar 16, 2023
1 parent cc14fe8 commit fdd0626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust-runtime/aws-smithy-client/src/test_connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ where

#[derive(Clone)]
struct ConnectionFn {
#[allow(clippy::type-complexity)]
response: Arc<
dyn Fn(http::Request<SdkBody>) -> Result<http::Response<SdkBody>, ConnectorError>
+ Send
Expand Down

0 comments on commit fdd0626

Please sign in to comment.