Skip to content

Commit

Permalink
Fix external types lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisanti committed Nov 11, 2022
1 parent f8ca41b commit 863ceb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions aws/rust-runtime/aws-config/external-types.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ allowed_external_types = [
"aws_smithy_types::retry",
"aws_smithy_types::retry::*",
"aws_smithy_types::timeout",
"aws_smithy_types::timeout::config::TimeoutConfig",
"aws_smithy_types::timeout::error::ConfigError",
"aws_smithy_types::timeout::OperationTimeoutConfig",
"aws_smithy_types::timeout::TimeoutConfig",
"aws_smithy_types::timeout::TimeoutConfigBuilder",
"aws_types::*",
"http::response::Response",
"http::uri::Uri",
Expand Down
2 changes: 1 addition & 1 deletion aws/rust-runtime/aws-types/external-types.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ allowed_external_types = [
"aws_smithy_http::endpoint::Endpoint",
"aws_smithy_http::endpoint::EndpointPrefix",
"aws_smithy_types::retry::RetryConfig",
"aws_smithy_types::timeout::config::TimeoutConfig",
"aws_smithy_types::timeout::TimeoutConfig",
"http::uri::Uri",
]

0 comments on commit 863ceb9

Please sign in to comment.