Skip to content

Commit af2037e

Browse files
committed
Fix clippy warning default_constructed_unit_structs
1 parent 0fc20ad commit af2037e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/codegen-aws-sdk/src/main/kotlin/software/amazon/smithy/rustsdk/AccountIdEndpointParamsDecorator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ private class AccountIdEndpointFeatureTrackerInterceptor(codegenContext: ClientC
258258
if (section is ServiceRuntimePluginSection.RegisterRuntimeComponents) {
259259
section.registerInterceptor(this) {
260260
rustTemplate(
261-
"#{Interceptor}::default()",
261+
"#{Interceptor}",
262262
"Interceptor" to
263263
RuntimeType.forInlineDependency(
264264
InlineAwsDependency.forRustFile(

0 commit comments

Comments
 (0)