Fix doc visibility issue with `HickoryDnsResolverBuilder` (#4296)
## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here --> Noticed that the [HickoryDnsResolverBuilder](https://docs.rs/aws-smithy-dns/0.1.0/aws_smithy_dns/struct.HickoryDnsResolver.html#method.builder) was not visible in the `aws-smithy-dns` docs, this fixes that. ## Testing <!--- Please describe in detail how you tested your changes --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> Ran `cargo doc --all-features` locally and was able to see the builder type. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
Loading
Please sign in to comment