diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index 7c402720666b23970be66e4ac0fdc3fac6b0f49f..2da07d6a16c9e9d33e29ba4aecc1a638aba8c024 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" 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 700d174359b70e4a0c33ad66e1c748709974adcd..64dc17ab83f634c4e54c28a8670592f531eabea3 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;