From 7591053eb61473fdc76d0ad576166eaa10e3e6d9 Mon Sep 17 00:00:00 2001 From: Harry Barber Date: Thu, 15 Jun 2023 12:05:59 +0000 Subject: [PATCH 1/2] Remove Pl: Plugin --- rust-runtime/aws-smithy-http-server/src/plugin/scoped.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/rust-runtime/aws-smithy-http-server/src/plugin/scoped.rs b/rust-runtime/aws-smithy-http-server/src/plugin/scoped.rs index 700d174359..64dc17ab83 100644 --- a/rust-runtime/aws-smithy-http-server/src/plugin/scoped.rs +++ b/rust-runtime/aws-smithy-http-server/src/plugin/scoped.rs @@ -94,7 +94,6 @@ impl Plugin for Scoped where Scope: Membership, Scope::Contains: ConditionalApply, - Pl: Plugin, { type Service = >::Service; From f25fd73705a6c7532d8d79c2fed4d88d3edf7e54 Mon Sep 17 00:00:00 2001 From: Harry Barber Date: Thu, 15 Jun 2023 12:13:00 +0000 Subject: [PATCH 2/2] Update CHANGELOG.next.toml --- CHANGELOG.next.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index 7c40272066..2da07d6a16 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -405,7 +405,7 @@ let scoped_plugin = Scoped::new::(plugin); ``` """ -references = ["smithy-rs#2740", "smithy-rs#2759"] +references = ["smithy-rs#2740", "smithy-rs#2759", "smithy-rs#2779"] meta = { "breaking" = true, "tada" = false, "bug" = false } author = "hlbarber"