Loading CHANGELOG.next.toml +1 −1 Original line number Diff line number Diff line Loading @@ -405,7 +405,7 @@ let scoped_plugin = Scoped::new::<SomeScope>(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" Loading rust-runtime/aws-smithy-http-server/src/plugin/scoped.rs +0 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,6 @@ impl<P, Op, S, Scope, Pl> Plugin<P, Op, S> for Scoped<Scope, Pl> where Scope: Membership<Op>, Scope::Contains: ConditionalApply<P, Op, S, Pl>, Pl: Plugin<P, Op, S>, { type Service = <Scope::Contains as ConditionalApply<P, Op, S, Pl>>::Service; Loading Loading
CHANGELOG.next.toml +1 −1 Original line number Diff line number Diff line Loading @@ -405,7 +405,7 @@ let scoped_plugin = Scoped::new::<SomeScope>(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" Loading
rust-runtime/aws-smithy-http-server/src/plugin/scoped.rs +0 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,6 @@ impl<P, Op, S, Scope, Pl> Plugin<P, Op, S> for Scoped<Scope, Pl> where Scope: Membership<Op>, Scope::Contains: ConditionalApply<P, Op, S, Pl>, Pl: Plugin<P, Op, S>, { type Service = <Scope::Contains as ConditionalApply<P, Op, S, Pl>>::Service; Loading