Unverified Commit 4671922f authored by Zelda Hessler's avatar Zelda Hessler Committed by GitHub
Browse files

remove: outdated TODO regarding endpoint errors (#1721)

parent 1a0f81ae
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -81,7 +81,6 @@ pub type BoxError = Box<dyn Error + Send + Sync + 'static>;
/// Each AWS service generates their own implementation of `ResolveAwsEndpoint`.
pub trait ResolveAwsEndpoint: Send + Sync + Debug {
    /// Resolves the AWS endpoint for a given region.
    // TODO(https://github.com/awslabs/smithy-rs/issues/866): Create `ResolveEndpointError`
    fn resolve_endpoint(&self, region: &Region) -> Result<AwsEndpoint, BoxError>;
}