Skip to content

Commit 64075db

Browse files
committed
Merge remote-tracking branch 'origin/main' into build
2 parents 3382f38 + 70dd6d9 commit 64075db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/http/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ impl ClientBuilder {
12561256

12571257
/// Override the DNS resolver implementation.
12581258
///
1259-
/// Pass an `Arc` wrapping a type implementing `Resolve`.
1259+
/// Pass any type implementing [`IntoResolve`].
12601260
/// Overrides for specific names passed to `resolve` and `resolve_to_addrs` will
12611261
/// still be applied on top of this resolver.
12621262
#[inline]

0 commit comments

Comments
 (0)