Skip to content

Commit

Permalink
Fix doc test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisanti committed Mar 9, 2023
1 parent 73d6572 commit b7cac3f
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,9 @@ class AwsEndpointDecorator : ClientCodegenDecorator {
/// ## Examples
/// ```no_run
/// ## fn wrapper() -> Result<(), aws_smithy_http::endpoint::error::InvalidEndpointError> {
/// use #{aws_types}::region::Region;
/// use $moduleUseName::config::{Builder, Config};
/// use $moduleUseName::Endpoint;
/// use $moduleUseName::config::{Config, Endpoint, Region};
///
/// let config = $moduleUseName::Config::builder()
/// let config = Config::builder()
/// .endpoint_resolver(Endpoint::immutable("http://localhost:8080")?)
/// .build();
/// ## Ok(())
Expand Down

0 comments on commit b7cac3f

Please sign in to comment.