Skip to content

Commit

Permalink
Remove InvalidUri from external-types.toml (#2414)
Browse files Browse the repository at this point in the history
Co-authored-by: Yuki Saito <awsaito@amazon.com>
  • Loading branch information
2 people authored and Velfi committed Feb 24, 2023
1 parent 4233f3d commit bbce066
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions aws/rust-runtime/aws-config/external-types.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ allowed_external_types = [
"http::uri::Uri",
"tower_service::Service",

# TODO(https://github.com/awslabs/smithy-rs/issues/1193): Decide if `InvalidUri` should be exposed
"http::uri::InvalidUri",

# TODO(https://github.com/awslabs/smithy-rs/issues/1193): Decide if the following should be exposed
"hyper::client::connect::Connection",
"tokio::io::async_read::AsyncRead",
Expand Down
3 changes: 0 additions & 3 deletions rust-runtime/aws-smithy-http/external-types.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ allowed_external_types = [
# TODO(https://github.com/awslabs/smithy-rs/issues/1193): Feature gate references to Tokio `File`
"tokio::fs::file::File",

# TODO(https://github.com/awslabs/smithy-rs/issues/1193): Decide if `InvalidUri` should be exposed
"http::uri::InvalidUri",

# TODO(https://github.com/awslabs/smithy-rs/issues/1193): Don't expose `once_cell` in public API
"once_cell::sync::Lazy",

Expand Down

0 comments on commit bbce066

Please sign in to comment.