Commit 010a2348 authored by John DiSanti's avatar John DiSanti
Browse files

Expose `sleep_impl` configuration in `SdkConfig` (#1556)

parent 1023c503
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -138,3 +138,9 @@ message = "The `imds::Client` in `aws-config` now implements `Clone`"
references = ["smithy-rs#1557", "aws-sdk-rust#580"]
meta = { "breaking" = false, "tada" = true, "bug" = false }
author = "jdisanti"

[[aws-sdk-rust]]
message = "The `sleep_impl` methods on the `SdkConfig` builder are now exposed and documented."
references = ["smithy-rs#1556"]
meta = { "breaking" = false, "tada" = false, "bug" = false }
author = "jdisanti"
+0 −2
Original line number Diff line number Diff line
@@ -208,7 +208,6 @@ impl Builder {
        self
    }

    #[doc(hidden)]
    /// Set the sleep implementation for the builder. The sleep implementation is used to create
    /// timeout futures.
    ///
@@ -236,7 +235,6 @@ impl Builder {
        self
    }

    #[doc(hidden)]
    /// Set the sleep implementation for the builder. The sleep implementation is used to create
    /// timeout futures.
    ///