Loading rust-runtime/aws-smithy-client/src/test_connection.rs +1 −1 Original line number Diff line number Diff line Loading @@ -153,7 +153,7 @@ impl ValidateRequest { /// TestConnection for use with a [`Client`](crate::Client). /// /// A basic test connection. It will: /// - Response to requests with a preloaded series of responses /// - Respond to requests with a preloaded series of responses /// - Record requests for future examination /// /// The generic parameter `B` is the type of the response body. Loading Loading
rust-runtime/aws-smithy-client/src/test_connection.rs +1 −1 Original line number Diff line number Diff line Loading @@ -153,7 +153,7 @@ impl ValidateRequest { /// TestConnection for use with a [`Client`](crate::Client). /// /// A basic test connection. It will: /// - Response to requests with a preloaded series of responses /// - Respond to requests with a preloaded series of responses /// - Record requests for future examination /// /// The generic parameter `B` is the type of the response body. Loading