Loading codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/protocols/ServerHttpBoundProtocolGenerator.kt +0 −2 Original line number Diff line number Diff line Loading @@ -257,7 +257,6 @@ private class ServerHttpBoundProtocolTraitImplGenerator( Output(#{O}), Error(#{E}) } ##[#{AsyncTrait}::async_trait] impl #{SmithyHttpServer}::response::IntoResponse for $outputName { fn into_response(self) -> #{SmithyHttpServer}::response::Response { $intoResponseImpl Loading Loading @@ -289,7 +288,6 @@ private class ServerHttpBoundProtocolTraitImplGenerator( rustTemplate( """ pub(crate) struct $outputName(#{O}); ##[#{AsyncTrait}::async_trait] impl #{SmithyHttpServer}::response::IntoResponse for $outputName { fn into_response(self) -> #{SmithyHttpServer}::response::Response { $intoResponseImpl Loading Loading
codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/protocols/ServerHttpBoundProtocolGenerator.kt +0 −2 Original line number Diff line number Diff line Loading @@ -257,7 +257,6 @@ private class ServerHttpBoundProtocolTraitImplGenerator( Output(#{O}), Error(#{E}) } ##[#{AsyncTrait}::async_trait] impl #{SmithyHttpServer}::response::IntoResponse for $outputName { fn into_response(self) -> #{SmithyHttpServer}::response::Response { $intoResponseImpl Loading Loading @@ -289,7 +288,6 @@ private class ServerHttpBoundProtocolTraitImplGenerator( rustTemplate( """ pub(crate) struct $outputName(#{O}); ##[#{AsyncTrait}::async_trait] impl #{SmithyHttpServer}::response::IntoResponse for $outputName { fn into_response(self) -> #{SmithyHttpServer}::response::Response { $intoResponseImpl Loading