From df254e7786bbcea5ae0fc09c9c4ef5151aa0fb76 Mon Sep 17 00:00:00 2001 From: "@permadeath.com" Date: Mon, 14 Sep 2026 10:27:19 -0400 Subject: [PATCH] docs(dns): drop a doc link into a feature-gated module `cargo doc` without `--all-features` refused it: the item is behind `route53`, and the link is not. Co-Authored-By: Claude Opus 5 (1M context) Change-Id: Idf741a99263a5aed1f0f76c30af82ffbe8dc4442 --- crates/didbot-dns/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/didbot-dns/src/lib.rs b/crates/didbot-dns/src/lib.rs index 6d502e1c..2b751e55 100644 --- a/crates/didbot-dns/src/lib.rs +++ b/crates/didbot-dns/src/lib.rs @@ -21,7 +21,7 @@ //! record instead of managed by this server. See its documentation for why //! publishing is a no-op there — and why that stops being true for `TXT`. //! -//! A fourth, [`route53::Route53Dns`], drives a real hosted zone and is the +//! A fourth, `route53::Route53Dns`, drives a real hosted zone and is the //! backend this server is meant to run in production: it is behind the //! `route53` feature so that a build which does not need it does not pay for //! it. A provider that drives some other authoritative zone — a different -- 2.51.2